diff options
-rw-r--r-- | recipes-devtools/spirv-llvm-translator/spirv-llvm-translator_git.bb | 10 |
1 files changed, 5 insertions, 5 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 bf391ab..eb2618c 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_130" | 4 | BRANCH = "master" |
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.git;protocol=https;destsuffix=git/SPIRV-Headers;name=headers;branch=master \ | 6 | git://github.com/KhronosGroup/SPIRV-Headers;protocol=https;destsuffix=git/SPIRV-Headers;name=headers;branch=master \ |
7 | " | 7 | " |
8 | 8 | ||
9 | PV = "13.0.0" | 9 | PV = "14.0.0" |
10 | SRCREV = "098034eab7d0f92da428465b2fcc76abd8dd4119" | 10 | SRCREV = "8937ecf4698c9283c92c35b65e5b97e6e0acf869" |
11 | SRCREV_headers = "ae217c17809fadb232ec94b29304b4afcd417bb4" | 11 | SRCREV_headers = "b42ba6d92faf6b4938e6f22ddd186dbdacc98d78" |
12 | 12 | ||
13 | SRCREV_FORMAT = "default_headers" | 13 | SRCREV_FORMAT = "default_headers" |
14 | 14 | ||