mirror of
git://git.yoctoproject.org/meta-intel.git
synced 2025-07-19 21:09:03 +02:00
intel-graphics-compiler: add opencl-clang to RDEPENDS
igc dlopens common clang library so make sure it's added to RDEPENDS. Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
This commit is contained in:
parent
441d749a8d
commit
f627454ab9
|
@ -26,6 +26,8 @@ COMPATIBLE_HOST_libc-musl = "null"
|
|||
DEPENDS += " flex-native bison-native clang opencl-clang"
|
||||
DEPENDS_append_class-target = " clang-cross-x86_64"
|
||||
|
||||
RDEPENDS_${PN} += "opencl-clang"
|
||||
|
||||
EXTRA_OECMAKE = "-DIGC_PREFERRED_LLVM_VERSION=8.0.0 -DPYTHON_EXECUTABLE=${HOSTTOOLS_DIR}/python2"
|
||||
|
||||
LDFLAGS_append_class-native = " -fuse-ld=lld"
|
||||
|
|
Loading…
Reference in New Issue
Block a user