From 441d749a8d0db3e5794a744142d2c1406d73b182 Mon Sep 17 00:00:00 2001 From: Anuj Mittal Date: Thu, 29 Aug 2019 10:48:52 +0800 Subject: intel-compute-runtime: include igc and gmmlib in RDEPENDS The library isn't explicitly linking against these libs and loads them at runtime. Add these to RDEPENDS to make sure these are present. Signed-off-by: Anuj Mittal --- .../recipes-opencl/compute-runtime/intel-compute-runtime_19.21.13045.bb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'dynamic-layers') diff --git a/dynamic-layers/clang-layer/recipes-opencl/compute-runtime/intel-compute-runtime_19.21.13045.bb b/dynamic-layers/clang-layer/recipes-opencl/compute-runtime/intel-compute-runtime_19.21.13045.bb index 72992567..48d6bbeb 100644 --- a/dynamic-layers/clang-layer/recipes-opencl/compute-runtime/intel-compute-runtime_19.21.13045.bb +++ b/dynamic-layers/clang-layer/recipes-opencl/compute-runtime/intel-compute-runtime_19.21.13045.bb @@ -22,6 +22,8 @@ S = "${WORKDIR}/git" DEPENDS += " intel-graphics-compiler gmmlib clang" DEPENDS_append_class-target = " intel-compute-runtime-native" +RDEPENDS_${PN} += " intel-graphics-compiler gmmlib" + inherit cmake pkgconfig COMPATIBLE_HOST = '(x86_64).*-linux' -- cgit v1.2.3-54-g00ecf