diff options
-rw-r--r-- | classes/clang-legacy.bbclass (renamed from classes/clang.bbclass) | 0 | ||||
-rw-r--r-- | conf/layer.conf | 2 |
2 files changed, 1 insertions, 1 deletions
diff --git a/classes/clang.bbclass b/classes/clang-legacy.bbclass index 450500d..450500d 100644 --- a/classes/clang.bbclass +++ b/classes/clang-legacy.bbclass | |||
diff --git a/conf/layer.conf b/conf/layer.conf index 741248a..806fa56 100644 --- a/conf/layer.conf +++ b/conf/layer.conf | |||
@@ -28,7 +28,7 @@ BBFILES_DYNAMIC += " \ | |||
28 | PREFERRED_PROVIDER_libgcc-initial = "libgcc-initial" | 28 | PREFERRED_PROVIDER_libgcc-initial = "libgcc-initial" |
29 | #PREFERRED_PROVIDER_virtual/${MLPREFIX}compilerlibs:forcevariable = "libcxx" | 29 | #PREFERRED_PROVIDER_virtual/${MLPREFIX}compilerlibs:forcevariable = "libcxx" |
30 | PREFERRED_PROVIDER_libunwind = "${@bb.utils.contains_any("TC_CXX_RUNTIME", "llvm android", "libcxx", "libunwind", d)}" | 30 | PREFERRED_PROVIDER_libunwind = "${@bb.utils.contains_any("TC_CXX_RUNTIME", "llvm android", "libcxx", "libunwind", d)}" |
31 | INHERIT += "clang" | 31 | INHERIT += "clang-legacy" |
32 | 32 | ||
33 | # Do not include clang in SDK unless user wants to | 33 | # Do not include clang in SDK unless user wants to |
34 | CLANGSDK ??= "0" | 34 | CLANGSDK ??= "0" |