diff options
Diffstat (limited to 'recipes-devtools/clang/common.inc')
-rw-r--r-- | recipes-devtools/clang/common.inc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/recipes-devtools/clang/common.inc b/recipes-devtools/clang/common.inc index 4d70528..582820d 100644 --- a/recipes-devtools/clang/common.inc +++ b/recipes-devtools/clang/common.inc | |||
@@ -64,3 +64,5 @@ B ?= "${WORKDIR}/llvm-project-source-${PV}/build.${HOST_SYS}.${TARGET_SYS}" | |||
64 | # The real WORKDIR location isn't a dependency for the shared workdir. | 64 | # The real WORKDIR location isn't a dependency for the shared workdir. |
65 | src_patches[vardepsexclude] = "WORKDIR" | 65 | src_patches[vardepsexclude] = "WORKDIR" |
66 | should_apply[vardepsexclude] += "PN" | 66 | should_apply[vardepsexclude] += "PN" |
67 | |||
68 | BPN = "clang" | ||