diff options
| author | Anuj Mittal <anuj.mittal@intel.com> | 2019-08-29 10:48:52 +0800 |
|---|---|---|
| committer | Anuj Mittal <anuj.mittal@intel.com> | 2019-08-30 10:52:01 +0800 |
| commit | 441d749a8d0db3e5794a744142d2c1406d73b182 (patch) | |
| tree | 8ebc14e74fef12f06978d717b30c63a05a8a29da /dynamic-layers/clang-layer | |
| parent | 041c8c0bd5ccb9df140c0444eb312c87bbc9c8ca (diff) | |
| download | meta-intel-441d749a8d0db3e5794a744142d2c1406d73b182.tar.gz | |
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 <anuj.mittal@intel.com>
Diffstat (limited to 'dynamic-layers/clang-layer')
| -rw-r--r-- | dynamic-layers/clang-layer/recipes-opencl/compute-runtime/intel-compute-runtime_19.21.13045.bb | 2 |
1 files changed, 2 insertions, 0 deletions
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" | |||
| 22 | DEPENDS += " intel-graphics-compiler gmmlib clang" | 22 | DEPENDS += " intel-graphics-compiler gmmlib clang" |
| 23 | DEPENDS_append_class-target = " intel-compute-runtime-native" | 23 | DEPENDS_append_class-target = " intel-compute-runtime-native" |
| 24 | 24 | ||
| 25 | RDEPENDS_${PN} += " intel-graphics-compiler gmmlib" | ||
| 26 | |||
| 25 | inherit cmake pkgconfig | 27 | inherit cmake pkgconfig |
| 26 | 28 | ||
| 27 | COMPATIBLE_HOST = '(x86_64).*-linux' | 29 | COMPATIBLE_HOST = '(x86_64).*-linux' |
