diff options
Diffstat (limited to 'recipes-devtools/clang/common.inc')
-rw-r--r-- | recipes-devtools/clang/common.inc | 2 |
1 files changed, 1 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 = "\ | |||
50 | GCCPIE ??= "" | 50 | GCCPIE ??= "" |
51 | 51 | ||
52 | S = "${TMPDIR}/work-shared/llvm-project-source-${PV}-${PR}/llvm-project-${PV}.src" | 52 | S = "${TMPDIR}/work-shared/llvm-project-source-${PV}-${PR}/llvm-project-${PV}.src" |
53 | B = "${WORKDIR}/llvm-project-source-${PV}/build.${HOST_SYS}.${TARGET_SYS}" | 53 | B ?= "${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. |