Skip to content

Commit

Permalink
clang: add .git to repository source url
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
petermarko authored and kraj committed Apr 10, 2024
1 parent c38281d commit 989ff6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recipes-devtools/clang/common.inc
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit 989ff6a

Please sign in to comment.