From 99746485b4ce2da7ae956f0425a8f3507b5a253b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zolt=C3=A1n=20B=C3=B6sz=C3=B6rm=C3=A9nyi?= Date: Thu, 15 Aug 2024 12:23:12 +0200 Subject: [PATCH] intel-compute-runtime: Fix DEPENDS:append MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Zoltán Böszörményi --- .../compute-runtime/intel-compute-runtime_%.bbappend | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dynamic-layers/intel/recipes-opencl/compute-runtime/intel-compute-runtime_%.bbappend b/dynamic-layers/intel/recipes-opencl/compute-runtime/intel-compute-runtime_%.bbappend index bdb3b77..cedc7af 100644 --- a/dynamic-layers/intel/recipes-opencl/compute-runtime/intel-compute-runtime_%.bbappend +++ b/dynamic-layers/intel/recipes-opencl/compute-runtime/intel-compute-runtime_%.bbappend @@ -2,4 +2,4 @@ # that was used to build intel-graphics-compiler. # This avoids pulling in the conflicting clang and clangNN versions. DEPENDS:remove = "libva" -DEPENDS:append = "libva-initial" +DEPENDS:append = " libva-initial"