summaryrefslogtreecommitdiffstats
path: root/recipes-devtools
diff options
context:
space:
mode:
authorRobert Yang <liezhi.yang@windriver.com>2021-05-18 05:25:57 -0700
committerKhem Raj <raj.khem@gmail.com>2021-06-18 08:51:02 -0700
commit5455c65e37bd0e881aad8fc318beb6d0a4469703 (patch)
treeb9da5a18aacbc80e74def539cbee4438679ea70e /recipes-devtools
parentac139887f2c1e5e33a7ca2fe10eb62593e8f51cb (diff)
downloadmeta-clang-5455c65e37bd0e881aad8fc318beb6d0a4469703.tar.gz
spirv-llvm-translator: Remove a trailing slash from SRC_URI
The trailing slash caused the mirror name endswith a dot which looks strange: github.com.KhronosGroup.SPIRV-LLVM-Translator. The slash is not needed, so remove it. Signed-off-by: Robert Yang <liezhi.yang@windriver.com> Signed-off-by: Changqing Li <changqing.li@windriver.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 d6da4e8..dfb0b7f 100644
--- a/recipes-devtools/spirv-llvm-translator/spirv-llvm-translator_git.bb
+++ b/recipes-devtools/spirv-llvm-translator/spirv-llvm-translator_git.bb
@@ -2,7 +2,7 @@ LICENSE = "NCSA"
2LIC_FILES_CHKSUM = "file://LICENSE.TXT;md5=47e311aa9caedd1b3abf098bd7814d1d" 2LIC_FILES_CHKSUM = "file://LICENSE.TXT;md5=47e311aa9caedd1b3abf098bd7814d1d"
3 3
4BRANCH = "master" 4BRANCH = "master"
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 " 6 "
7 7
8PV = "13.0.0" 8PV = "13.0.0"