[meta-intel] [PATCH 2/2] intel-graphics-compiler: add opencl-clang to RDEPENDS

Anuj Mittal anuj.mittal at intel.com
Wed Aug 28 19:55:29 PDT 2019


igc dlopens common clang library so make sure it's added to RDEPENDS.

Signed-off-by: Anuj Mittal <anuj.mittal at intel.com>
---
 .../recipes-opencl/igc/intel-graphics-compiler_1.0.6.bb         | 2 ++
 1 file changed, 2 insertions(+)

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"
-- 
2.21.0



More information about the meta-intel mailing list