summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPeter Marko <peter.marko@siemens.com>2024-04-10 09:05:03 +0200
committerKhem Raj <raj.khem@gmail.com>2024-04-10 00:34:35 -0700
commit989ff6a4e7db59f01d511727135610006124ead2 (patch)
tree63c73ac7abd9b56d7973acf95119708ab4a13fdc
parentc38281d2c4c5725ab4d3d07de7738b80ad0d8bbc (diff)
downloadmeta-clang-989ff6a4e7db59f01d511727135610006124ead2.tar.gz
clang: add .git to repository source url
Align the source url with oe-core (meta/recipes-devtools/llvm/llvm_git.bb) Currently when creating shallow tarball download mirror one of the biggest files is llvm and it has to be stored twice because of this difference. Signed-off-by: Peter Marko <peter.marko@siemens.com>
-rw-r--r--recipes-devtools/clang/common.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-devtools/clang/common.inc b/recipes-devtools/clang/common.inc
index 2f7d27d..a8a9929 100644
--- a/recipes-devtools/clang/common.inc
+++ b/recipes-devtools/clang/common.inc
@@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://llvm/LICENSE.TXT;md5=${LLVMMD5SUM} \
5" 5"
6LICENSE = "Apache-2.0-with-LLVM-exception" 6LICENSE = "Apache-2.0-with-LLVM-exception"
7 7
8BASEURI ??= "${LLVM_GIT}/llvm-project;protocol=${LLVM_GIT_PROTOCOL};branch=${BRANCH}" 8BASEURI ??= "${LLVM_GIT}/llvm-project.git;protocol=${LLVM_GIT_PROTOCOL};branch=${BRANCH}"
9SRC_URI = "\ 9SRC_URI = "\
10 ${BASEURI} \ 10 ${BASEURI} \
11 file://llvm-config \ 11 file://llvm-config \