summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnuj Mittal <anuj.mittal@intel.com>2021-11-16 12:04:14 +0800
committerKhem Raj <raj.khem@gmail.com>2023-09-08 09:08:54 -0700
commit78565b5edcb3a277f310c2c57fb8a99bfdb59550 (patch)
treeca2b605a7d62fd999df767ef77e74296d866e25c
parent083535908ff38444271bdfd387e021f6260345b2 (diff)
downloadmeta-clang-78565b5edcb3a277f310c2c57fb8a99bfdb59550.tar.gz
spirv-llvm-translator: add explicit branch
Bitbake now shows warnings if branch parameter is not supplied explicitly. Signed-off-by: Anuj Mittal <anuj.mittal@intel.com> (cherry picked from commit 4e28225ed669b5ecc35b5e921ae09063fac62280)
-rw-r--r--recipes-devtools/spirv-llvm-translator/spirv-llvm-translator_git.bb2
1 files changed, 1 insertions, 1 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 9942ca0..bf391ab 100644
--- a/recipes-devtools/spirv-llvm-translator/spirv-llvm-translator_git.bb
+++ b/recipes-devtools/spirv-llvm-translator/spirv-llvm-translator_git.bb
@@ -3,7 +3,7 @@ LIC_FILES_CHKSUM = "file://LICENSE.TXT;md5=47e311aa9caedd1b3abf098bd7814d1d"
3 3
4BRANCH = "llvm_release_130" 4BRANCH = "llvm_release_130"
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 \ 6 git://github.com/KhronosGroup/SPIRV-Headers.git;protocol=https;destsuffix=git/SPIRV-Headers;name=headers;branch=master \
7 " 7 "
8 8
9PV = "13.0.0" 9PV = "13.0.0"