From: Ross Burton Date: Thu, 24 Jul 2025 18:38:49 +0000 (+0100) Subject: spirv-llvm-translator: depend on llvm, not clang X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bf186c6b99fa6c986abe0bf00dce22dd8a68fad6;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git spirv-llvm-translator: depend on llvm, not clang At the moment the clang recipe provides llvm, but they could be split in the future and this makes it clear that the translator just needs libllvm and not the clang tools. Signed-off-by: Ross Burton Signed-off-by: Mathieu Dubois-Briand Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-graphics/spir/spirv-llvm-translator_20.1.4.bb b/meta/recipes-graphics/spir/spirv-llvm-translator_20.1.4.bb index 14e4bb74ac..64a73ce55a 100644 --- a/meta/recipes-graphics/spir/spirv-llvm-translator_20.1.4.bb +++ b/meta/recipes-graphics/spir/spirv-llvm-translator_20.1.4.bb @@ -13,7 +13,7 @@ SRC_URI = " \ UPSTREAM_CHECK_GITTAGREGEX = "v(?P\d+(\.\d+)+)" -DEPENDS = "clang spirv-tools spirv-headers" +DEPENDS = "llvm spirv-tools spirv-headers" inherit cmake pkgconfig python3native