diff options
Diffstat (limited to 'recipes-devtools/clang/libcxx_git.bb')
-rw-r--r-- | recipes-devtools/clang/libcxx_git.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/recipes-devtools/clang/libcxx_git.bb b/recipes-devtools/clang/libcxx_git.bb index 816d037..85c467c 100644 --- a/recipes-devtools/clang/libcxx_git.bb +++ b/recipes-devtools/clang/libcxx_git.bb | |||
@@ -10,6 +10,8 @@ require common-source.inc | |||
10 | 10 | ||
11 | inherit cmake cmake-native python3native | 11 | inherit cmake cmake-native python3native |
12 | 12 | ||
13 | BPN = "libcxx" | ||
14 | |||
13 | PACKAGECONFIG ??= "compiler-rt exceptions ${@bb.utils.contains("TC_CXX_RUNTIME", "llvm", "unwind unwind-shared", "", d)}" | 15 | PACKAGECONFIG ??= "compiler-rt exceptions ${@bb.utils.contains("TC_CXX_RUNTIME", "llvm", "unwind unwind-shared", "", d)}" |
14 | PACKAGECONFIG:append:armv5 = " no-atomics" | 16 | PACKAGECONFIG:append:armv5 = " no-atomics" |
15 | PACKAGECONFIG:remove:class-native = "compiler-rt" | 17 | PACKAGECONFIG:remove:class-native = "compiler-rt" |