summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--recipes-devtools/spirv-llvm-translator/spirv-llvm-translator_git.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-devtools/spirv-llvm-translator/spirv-llvm-translator_git.bb b/recipes-devtools/spirv-llvm-translator/spirv-llvm-translator_git.bb
index 2e4ed93..9226fc0 100644
--- a/recipes-devtools/spirv-llvm-translator/spirv-llvm-translator_git.bb
+++ b/recipes-devtools/spirv-llvm-translator/spirv-llvm-translator_git.bb
@@ -6,8 +6,8 @@ SRC_URI = "git://github.com/KhronosGroup/SPIRV-LLVM-Translator;protocol=https;br
6 git://github.com/KhronosGroup/SPIRV-Headers;protocol=https;destsuffix=git/SPIRV-Headers;name=headers;branch=main \ 6 git://github.com/KhronosGroup/SPIRV-Headers;protocol=https;destsuffix=git/SPIRV-Headers;name=headers;branch=main \
7 " 7 "
8 8
9PV = "18.1.0" 9PV = "18.1.0+git"
10SRCREV = "ad99707fd80189dca0ca76ed89946ae383e9a030" 10SRCREV = "16b2900747a3cc7993eeb39d4a8442b432a3fda0"
11SRCREV_headers = "1c6bb2743599e6eb6f37b2969acc0aef812e32e3" 11SRCREV_headers = "1c6bb2743599e6eb6f37b2969acc0aef812e32e3"
12 12
13SRCREV_FORMAT = "default_headers" 13SRCREV_FORMAT = "default_headers"