summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--recipes-devtools/clang/common.inc2
-rw-r--r--recipes-devtools/clang/llvm-project-source.inc2
2 files changed, 3 insertions, 1 deletions
diff --git a/recipes-devtools/clang/common.inc b/recipes-devtools/clang/common.inc
index 0766c0d..07f84f8 100644
--- a/recipes-devtools/clang/common.inc
+++ b/recipes-devtools/clang/common.inc
@@ -50,7 +50,7 @@ SRC_URI = "\
50GCCPIE ??= "" 50GCCPIE ??= ""
51 51
52S = "${TMPDIR}/work-shared/llvm-project-source-${PV}-${PR}/llvm-project-${PV}.src" 52S = "${TMPDIR}/work-shared/llvm-project-source-${PV}-${PR}/llvm-project-${PV}.src"
53B = "${WORKDIR}/llvm-project-source-${PV}/build.${HOST_SYS}.${TARGET_SYS}" 53B ?= "${WORKDIR}/llvm-project-source-${PV}/build.${HOST_SYS}.${TARGET_SYS}"
54 54
55# We need to ensure that for the shared work directory, the do_patch signatures match 55# We need to ensure that for the shared work directory, the do_patch signatures match
56# The real WORKDIR location isn't a dependency for the shared workdir. 56# The real WORKDIR location isn't a dependency for the shared workdir.
diff --git a/recipes-devtools/clang/llvm-project-source.inc b/recipes-devtools/clang/llvm-project-source.inc
index 84d827c..50e9154 100644
--- a/recipes-devtools/clang/llvm-project-source.inc
+++ b/recipes-devtools/clang/llvm-project-source.inc
@@ -25,6 +25,8 @@ TARGET_OS = "linux"
25baselib = "lib" 25baselib = "lib"
26PACKAGE_ARCH = "all" 26PACKAGE_ARCH = "all"
27 27
28B = "${WORKDIR}/build"
29
28# space separated list of additional distro vendor values we want to support e.g. 30# space separated list of additional distro vendor values we want to support e.g.
29# "yoe webos" or "-yoe -webos" '-' is optional 31# "yoe webos" or "-yoe -webos" '-' is optional
30CLANG_EXTRA_OE_VENDORS ?= "${TARGET_VENDOR} ${SDK_VENDOR}" 32CLANG_EXTRA_OE_VENDORS ?= "${TARGET_VENDOR} ${SDK_VENDOR}"