diff options
-rw-r--r-- | meta/recipes-graphics/spir/spirv-llvm-translator_20.1.4.bb | 2 |
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 | ||
14 | UPSTREAM_CHECK_GITTAGREGEX = "v(?P<pver>\d+(\.\d+)+)" | 14 | UPSTREAM_CHECK_GITTAGREGEX = "v(?P<pver>\d+(\.\d+)+)" |
15 | 15 | ||
16 | DEPENDS = "clang spirv-tools spirv-headers" | 16 | DEPENDS = "llvm spirv-tools spirv-headers" |
17 | 17 | ||
18 | inherit cmake pkgconfig python3native | 18 | inherit cmake pkgconfig python3native |
19 | 19 | ||