From 4a92a7e95ad7e7e783f7c3461562ec15d955fc2b Mon Sep 17 00:00:00 2001 From: Anuj Mittal Date: Thu, 1 Apr 2021 10:08:57 +0800 Subject: intel-compute-runtime: remove DEPENDS on clang This is not a direct dependency and is not required. Signed-off-by: Anuj Mittal --- .../recipes-opencl/compute-runtime/intel-compute-runtime_21.04.18912.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" S = "${WORKDIR}/git" -DEPENDS += " intel-graphics-compiler gmmlib clang" +DEPENDS += " intel-graphics-compiler gmmlib" DEPENDS_append_class-target = " intel-compute-runtime-native libva" RDEPENDS_${PN} += " intel-graphics-compiler gmmlib" -- cgit v1.2.3-54-g00ecf