diff options
-rw-r--r-- | recipes-devtools/spirv-llvm-translator/spirv-llvm-translator_git.bb | 8 |
1 files changed, 4 insertions, 4 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 9061300..c566f43 100644 --- a/recipes-devtools/spirv-llvm-translator/spirv-llvm-translator_git.bb +++ b/recipes-devtools/spirv-llvm-translator/spirv-llvm-translator_git.bb | |||
@@ -1,14 +1,14 @@ | |||
1 | LICENSE = "NCSA" | 1 | LICENSE = "NCSA" |
2 | LIC_FILES_CHKSUM = "file://LICENSE.TXT;md5=47e311aa9caedd1b3abf098bd7814d1d" | 2 | LIC_FILES_CHKSUM = "file://LICENSE.TXT;md5=47e311aa9caedd1b3abf098bd7814d1d" |
3 | 3 | ||
4 | BRANCH = "llvm_release_190" | 4 | BRANCH = "llvm_release_200" |
5 | SRC_URI = "git://github.com/KhronosGroup/SPIRV-LLVM-Translator;protocol=https;branch=${BRANCH} \ | 5 | SRC_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 | ||
9 | PV = "19.1.0+git" | 9 | PV = "20.1.0+git" |
10 | SRCREV = "d65c25a166531b2efb744358ad1dc5283e1cc72f" | 10 | SRCREV = "08713deebeca2c202aa5429337e747d34d7a7866" |
11 | SRCREV_headers = "efb6b4099ddb8fa60f62956dee592c4b94ec6a49" | 11 | SRCREV_headers = "54a521dd130ae1b2f38fef79b09515702d135bdd" |
12 | 12 | ||
13 | SRCREV_FORMAT = "default_headers" | 13 | SRCREV_FORMAT = "default_headers" |
14 | 14 | ||