From 989ff6a4e7db59f01d511727135610006124ead2 Mon Sep 17 00:00:00 2001 From: Peter Marko Date: Wed, 10 Apr 2024 09:05:03 +0200 Subject: [PATCH] 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 --- recipes-devtools/clang/common.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-devtools/clang/common.inc b/recipes-devtools/clang/common.inc index 2f7d27dc..a8a9929a 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} \ " LICENSE = "Apache-2.0-with-LLVM-exception" -BASEURI ??= "${LLVM_GIT}/llvm-project;protocol=${LLVM_GIT_PROTOCOL};branch=${BRANCH}" +BASEURI ??= "${LLVM_GIT}/llvm-project.git;protocol=${LLVM_GIT_PROTOCOL};branch=${BRANCH}" SRC_URI = "\ ${BASEURI} \ file://llvm-config \