From 8995a0d05fc6ac0afba71d484f0efb71639d9843 Mon Sep 17 00:00:00 2001 From: Teoh Jay Shen Date: Fri, 3 Jun 2022 21:36:25 +0800 Subject: spirv-llvm-translator: Update for branch rename "master" branch in SPIRV-LLVM-Translator has been renamed to "main" see https://github.com/KhronosGroup/SPIRV-LLVM-Translator/commit/6db0f312c918bba14a731822b38a18726bb4ce09 Signed-off-by: Teoh Jay Shen --- 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 eb2618c..206fca5 100644 --- a/recipes-devtools/spirv-llvm-translator/spirv-llvm-translator_git.bb +++ b/recipes-devtools/spirv-llvm-translator/spirv-llvm-translator_git.bb @@ -1,7 +1,7 @@ LICENSE = "NCSA" LIC_FILES_CHKSUM = "file://LICENSE.TXT;md5=47e311aa9caedd1b3abf098bd7814d1d" -BRANCH = "master" +BRANCH = "main" SRC_URI = "git://github.com/KhronosGroup/SPIRV-LLVM-Translator;protocol=https;branch=${BRANCH} \ git://github.com/KhronosGroup/SPIRV-Headers;protocol=https;destsuffix=git/SPIRV-Headers;name=headers;branch=master \ " -- cgit v1.2.3-54-g00ecf