From 9b045bc138978c35dc802e1a021927f13c8fadd2 Mon Sep 17 00:00:00 2001 From: Robert Yang Date: Tue, 18 May 2021 05:25:57 -0700 Subject: 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 Signed-off-by: Changqing Li (cherry picked from commit 5455c65e37bd0e881aad8fc318beb6d0a4469703) --- 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 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" LIC_FILES_CHKSUM = "file://LICENSE.TXT;md5=47e311aa9caedd1b3abf098bd7814d1d" BRANCH = "master" -SRC_URI = "git://github.com/KhronosGroup/SPIRV-LLVM-Translator/;protocol=https;branch=${BRANCH} \ +SRC_URI = "git://github.com/KhronosGroup/SPIRV-LLVM-Translator;protocol=https;branch=${BRANCH} \ " PV = "13.0.0" -- cgit v1.2.3-54-g00ecf