summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--recipes-devtools/spirv-llvm-translator/spirv-llvm-translator_git.bb10
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 @@
1LICENSE = "NCSA" 1LICENSE = "NCSA"
2LIC_FILES_CHKSUM = "file://LICENSE.TXT;md5=47e311aa9caedd1b3abf098bd7814d1d" 2LIC_FILES_CHKSUM = "file://LICENSE.TXT;md5=47e311aa9caedd1b3abf098bd7814d1d"
3 3
4BRANCH = "llvm_release_130" 4BRANCH = "master"
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.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
9PV = "13.0.0" 9PV = "14.0.0"
10SRCREV = "098034eab7d0f92da428465b2fcc76abd8dd4119" 10SRCREV = "8937ecf4698c9283c92c35b65e5b97e6e0acf869"
11SRCREV_headers = "ae217c17809fadb232ec94b29304b4afcd417bb4" 11SRCREV_headers = "b42ba6d92faf6b4938e6f22ddd186dbdacc98d78"
12 12
13SRCREV_FORMAT = "default_headers" 13SRCREV_FORMAT = "default_headers"
14 14