summaryrefslogtreecommitdiffstats
path: root/recipes-devtools
diff options
context:
space:
mode:
authorAnuj Mittal <anuj.mittal@intel.com>2021-11-16 12:04:14 +0800
committerKhem Raj <raj.khem@gmail.com>2021-11-16 08:45:34 -0800
commit4e28225ed669b5ecc35b5e921ae09063fac62280 (patch)
treee10ef97b1021b1415f5288ab50c69696c1b079cb /recipes-devtools
parentb712d7b265d27d388e88ce55b533a8d2d2c260d7 (diff)
downloadmeta-clang-4e28225ed669b5ecc35b5e921ae09063fac62280.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>
Diffstat (limited to 'recipes-devtools')
-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"