summaryrefslogtreecommitdiffstats
path: root/recipes-devtools/clang/common.inc
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-devtools/clang/common.inc')
-rw-r--r--recipes-devtools/clang/common.inc6
1 files changed, 4 insertions, 2 deletions
diff --git a/recipes-devtools/clang/common.inc b/recipes-devtools/clang/common.inc
index a8a9929..db3ae0a 100644
--- a/recipes-devtools/clang/common.inc
+++ b/recipes-devtools/clang/common.inc
@@ -5,7 +5,9 @@ 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.git;protocol=${LLVM_GIT_PROTOCOL};branch=${BRANCH}" 8BASEURI = "${LLVM_HTTP}/llvm-project/releases/download/llvmorg-${PV}/llvm-project-${PV}.src.tar.xz"
9SRC_URI[sha256sum] = "3591a52761a7d390ede51af01ea73abfecc4b1d16445f9d019b67a57edd7de56"
10
9SRC_URI = "\ 11SRC_URI = "\
10 ${BASEURI} \ 12 ${BASEURI} \
11 file://llvm-config \ 13 file://llvm-config \
@@ -48,7 +50,7 @@ SRC_URI = "\
48# Fallback to no-PIE if not set 50# Fallback to no-PIE if not set
49GCCPIE ??= "" 51GCCPIE ??= ""
50 52
51S = "${TMPDIR}/work-shared/llvm-project-source-${PV}-${PR}/git" 53S = "${TMPDIR}/work-shared/llvm-project-source-${PV}-${PR}/llvm-project-${PV}.src"
52B = "${WORKDIR}/llvm-project-source-${PV}/build.${HOST_SYS}.${TARGET_SYS}" 54B = "${WORKDIR}/llvm-project-source-${PV}/build.${HOST_SYS}.${TARGET_SYS}"
53 55
54# We need to ensure that for the shared work directory, the do_patch signatures match 56# We need to ensure that for the shared work directory, the do_patch signatures match