]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commitdiff
spirv-llvm-translator: depend on llvm, not clang
authorRoss Burton <ross.burton@arm.com>
Thu, 24 Jul 2025 18:38:49 +0000 (19:38 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 28 Jul 2025 16:35:16 +0000 (17:35 +0100)
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 <ross.burton@arm.com>
Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-graphics/spir/spirv-llvm-translator_20.1.4.bb

index 14e4bb74ace40b2d471652ab38085f7c2bab4177..64a73ce55aa5dbdb746fe082977897a5ed0e7aac 100644 (file)
@@ -13,7 +13,7 @@ SRC_URI = " \
 
 UPSTREAM_CHECK_GITTAGREGEX = "v(?P<pver>\d+(\.\d+)+)"
 
-DEPENDS = "clang spirv-tools spirv-headers"
+DEPENDS = "llvm spirv-tools spirv-headers"
 
 inherit cmake pkgconfig python3native