summaryrefslogtreecommitdiffstats
path: root/recipes-devtools/spirv-llvm-translator/spirv-llvm-translator_git.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-devtools/spirv-llvm-translator/spirv-llvm-translator_git.bb')
-rw-r--r--recipes-devtools/spirv-llvm-translator/spirv-llvm-translator_git.bb8
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 844f1b3..7c07a17 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_160" 4BRANCH = "llvm_release_170"
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 = "16.0.0+git${SRCPV}" 9PV = "17.0.0+git${SRCPV}"
10SRCREV = "5fdc47b1a94dbf2ad19b3a807736ddde5173e3db" 10SRCREV = "854179a7451d04bd7fcde0ac200271482bfa8cd2"
11SRCREV_headers = "295cf5fb3bfe2454360e82b26bae7fc0de699abe" 11SRCREV_headers = "d790ced752b5bfc06b6988baadef6eb2d16bdf96"
12 12
13SRCREV_FORMAT = "default_headers" 13SRCREV_FORMAT = "default_headers"
14 14