From 78565b5edcb3a277f310c2c57fb8a99bfdb59550 Mon Sep 17 00:00:00 2001 From: Anuj Mittal Date: Tue, 16 Nov 2021 12:04:14 +0800 Subject: spirv-llvm-translator: add explicit branch Bitbake now shows warnings if branch parameter is not supplied explicitly. Signed-off-by: Anuj Mittal (cherry picked from commit 4e28225ed669b5ecc35b5e921ae09063fac62280) --- recipes-devtools/spirv-llvm-translator/spirv-llvm-translator_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" BRANCH = "llvm_release_130" SRC_URI = "git://github.com/KhronosGroup/SPIRV-LLVM-Translator;protocol=https;branch=${BRANCH} \ - git://github.com/KhronosGroup/SPIRV-Headers.git;protocol=https;destsuffix=git/SPIRV-Headers;name=headers \ + git://github.com/KhronosGroup/SPIRV-Headers.git;protocol=https;destsuffix=git/SPIRV-Headers;name=headers;branch=master \ " PV = "13.0.0" -- cgit v1.2.3-54-g00ecf