From 5212115f5bf4ef11800e0761b29642e7868b6fe3 Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Thu, 24 Jul 2025 19:38:49 +0100 Subject: [PATCH] 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 Signed-off-by: Mathieu Dubois-Briand Signed-off-by: Richard Purdie --- meta/recipes-graphics/spir/spirv-llvm-translator_20.1.4.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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