diff options
| author | Robert Yang <liezhi.yang@windriver.com> | 2021-05-18 05:25:57 -0700 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2021-06-18 08:51:02 -0700 |
| commit | 5455c65e37bd0e881aad8fc318beb6d0a4469703 (patch) | |
| tree | b9da5a18aacbc80e74def539cbee4438679ea70e | |
| parent | ac139887f2c1e5e33a7ca2fe10eb62593e8f51cb (diff) | |
| download | meta-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>
| -rw-r--r-- | recipes-devtools/spirv-llvm-translator/spirv-llvm-translator_git.bb | 2 |
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" | |||
| 2 | LIC_FILES_CHKSUM = "file://LICENSE.TXT;md5=47e311aa9caedd1b3abf098bd7814d1d" | 2 | LIC_FILES_CHKSUM = "file://LICENSE.TXT;md5=47e311aa9caedd1b3abf098bd7814d1d" |
| 3 | 3 | ||
| 4 | BRANCH = "master" | 4 | BRANCH = "master" |
| 5 | SRC_URI = "git://github.com/KhronosGroup/SPIRV-LLVM-Translator/;protocol=https;branch=${BRANCH} \ | 5 | SRC_URI = "git://github.com/KhronosGroup/SPIRV-LLVM-Translator;protocol=https;branch=${BRANCH} \ |
| 6 | " | 6 | " |
| 7 | 7 | ||
| 8 | PV = "13.0.0" | 8 | PV = "13.0.0" |
