summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--recipes-devtools/spirv-llvm-translator/spirv-llvm-translator_git.bb6
1 files changed, 3 insertions, 3 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 78f025b..d6f11c5 100644
--- a/recipes-devtools/spirv-llvm-translator/spirv-llvm-translator_git.bb
+++ b/recipes-devtools/spirv-llvm-translator/spirv-llvm-translator_git.bb
@@ -1,13 +1,13 @@
1LICENSE = "NCSA" 1LICENSE = "NCSA"
2LIC_FILES_CHKSUM = "file://LICENSE.TXT;md5=47e311aa9caedd1b3abf098bd7814d1d" 2LIC_FILES_CHKSUM = "file://LICENSE.TXT;md5=47e311aa9caedd1b3abf098bd7814d1d"
3 3
4BRANCH = "main" 4BRANCH = "llvm_release_180"
5SRC_URI = "git://github.com/KhronosGroup/SPIRV-LLVM-Translator;protocol=https;branch=${BRANCH} \ 5SRC_URI = "git://github.com/KhronosGroup/SPIRV-LLVM-Translator;protocol=https;branch=${BRANCH} \
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.0.0+git" 9PV = "18.1.0"
10SRCREV = "0e87aefecf7c5006e315427189bff87878e392c1" 10SRCREV = "ad99707fd80189dca0ca76ed89946ae383e9a030"
11SRCREV_headers = "d3c2a6fa95ad463ca8044d7fc45557db381a6a64" 11SRCREV_headers = "d3c2a6fa95ad463ca8044d7fc45557db381a6a64"
12 12
13SRCREV_FORMAT = "default_headers" 13SRCREV_FORMAT = "default_headers"