From f627454ab9f142f43bd9172f5dc5ac1e400a3030 Mon Sep 17 00:00:00 2001 From: Anuj Mittal Date: Thu, 29 Aug 2019 10:52:45 +0800 Subject: 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 --- .../clang-layer/recipes-opencl/igc/intel-graphics-compiler_1.0.6.bb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'dynamic-layers') diff --git a/dynamic-layers/clang-layer/recipes-opencl/igc/intel-graphics-compiler_1.0.6.bb b/dynamic-layers/clang-layer/recipes-opencl/igc/intel-graphics-compiler_1.0.6.bb index 036ab741..6ec9204c 100644 --- a/dynamic-layers/clang-layer/recipes-opencl/igc/intel-graphics-compiler_1.0.6.bb +++ b/dynamic-layers/clang-layer/recipes-opencl/igc/intel-graphics-compiler_1.0.6.bb @@ -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" -- cgit v1.2.3-54-g00ecf