summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--classes/clang-legacy.bbclass (renamed from classes/clang.bbclass)0
-rw-r--r--conf/layer.conf2
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 += " \
28PREFERRED_PROVIDER_libgcc-initial = "libgcc-initial" 28PREFERRED_PROVIDER_libgcc-initial = "libgcc-initial"
29#PREFERRED_PROVIDER_virtual/${MLPREFIX}compilerlibs:forcevariable = "libcxx" 29#PREFERRED_PROVIDER_virtual/${MLPREFIX}compilerlibs:forcevariable = "libcxx"
30PREFERRED_PROVIDER_libunwind = "${@bb.utils.contains_any("TC_CXX_RUNTIME", "llvm android", "libcxx", "libunwind", d)}" 30PREFERRED_PROVIDER_libunwind = "${@bb.utils.contains_any("TC_CXX_RUNTIME", "llvm android", "libcxx", "libunwind", d)}"
31INHERIT += "clang" 31INHERIT += "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
34CLANGSDK ??= "0" 34CLANGSDK ??= "0"