summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/spir
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@arm.com>2025-07-24 19:38:49 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2025-07-28 17:37:02 +0100
commit5212115f5bf4ef11800e0761b29642e7868b6fe3 (patch)
treea355731d195ddd16c372394390e25408d83b3fbd /meta/recipes-graphics/spir
parent0747e2d25f220ec18ecc0e81dabc250a4ceb475c (diff)
downloadpoky-5212115f5bf4ef11800e0761b29642e7868b6fe3.tar.gz
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. (From OE-Core rev: bf186c6b99fa6c986abe0bf00dce22dd8a68fad6) 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>
Diffstat (limited to 'meta/recipes-graphics/spir')
-rw-r--r--meta/recipes-graphics/spir/spirv-llvm-translator_20.1.4.bb2
1 files changed, 1 insertions, 1 deletions
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 = " \
13 13
14UPSTREAM_CHECK_GITTAGREGEX = "v(?P<pver>\d+(\.\d+)+)" 14UPSTREAM_CHECK_GITTAGREGEX = "v(?P<pver>\d+(\.\d+)+)"
15 15
16DEPENDS = "clang spirv-tools spirv-headers" 16DEPENDS = "llvm spirv-tools spirv-headers"
17 17
18inherit cmake pkgconfig python3native 18inherit cmake pkgconfig python3native
19 19