summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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