summaryrefslogtreecommitdiffstats
path: root/dynamic-layers
diff options
context:
space:
mode:
authorAnuj Mittal <anuj.mittal@intel.com>2021-04-01 10:08:57 +0800
committerAnuj Mittal <anuj.mittal@intel.com>2021-04-01 13:30:35 +0800
commit4a92a7e95ad7e7e783f7c3461562ec15d955fc2b (patch)
treef51d9372cf79ce056506e401f1cacfafdd41a1c2 /dynamic-layers
parenta766df8081f6ffaae9a0d028f99ff3faa1313aec (diff)
downloadmeta-intel-4a92a7e95ad7e7e783f7c3461562ec15d955fc2b.tar.gz
intel-compute-runtime: remove DEPENDS on clang
This is not a direct dependency and is not required. Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
Diffstat (limited to 'dynamic-layers')
-rw-r--r--dynamic-layers/clang-layer/recipes-opencl/compute-runtime/intel-compute-runtime_21.04.18912.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/dynamic-layers/clang-layer/recipes-opencl/compute-runtime/intel-compute-runtime_21.04.18912.bb b/dynamic-layers/clang-layer/recipes-opencl/compute-runtime/intel-compute-runtime_21.04.18912.bb
index 59ae0713..d0078f3a 100644
--- a/dynamic-layers/clang-layer/recipes-opencl/compute-runtime/intel-compute-runtime_21.04.18912.bb
+++ b/dynamic-layers/clang-layer/recipes-opencl/compute-runtime/intel-compute-runtime_21.04.18912.bb
@@ -16,7 +16,7 @@ SRCREV = "5a05d7643c4d8cc14e281b686c78101a7a01e8e1"
16 16
17S = "${WORKDIR}/git" 17S = "${WORKDIR}/git"
18 18
19DEPENDS += " intel-graphics-compiler gmmlib clang" 19DEPENDS += " intel-graphics-compiler gmmlib"
20DEPENDS_append_class-target = " intel-compute-runtime-native libva" 20DEPENDS_append_class-target = " intel-compute-runtime-native libva"
21 21
22RDEPENDS_${PN} += " intel-graphics-compiler gmmlib" 22RDEPENDS_${PN} += " intel-graphics-compiler gmmlib"