diff options
Diffstat (limited to 'recipes-devtools/clang/llvm-project-source.inc')
-rw-r--r-- | recipes-devtools/clang/llvm-project-source.inc | 2 |
1 files changed, 2 insertions, 0 deletions
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" | |||
25 | baselib = "lib" | 25 | baselib = "lib" |
26 | PACKAGE_ARCH = "all" | 26 | PACKAGE_ARCH = "all" |
27 | 27 | ||
28 | B = "${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 |
30 | CLANG_EXTRA_OE_VENDORS ?= "${TARGET_VENDOR} ${SDK_VENDOR}" | 32 | CLANG_EXTRA_OE_VENDORS ?= "${TARGET_VENDOR} ${SDK_VENDOR}" |