[meta-arago][master][PATCH] meta-arago-distro: Remove meta-clang dependency now that oe-core has clang recipes
Ryan Eatmon <[email protected]>
| Newsgroups | org.yoctoproject.lists.meta-arago |
|---|---|
| Message-ID | <[email protected]> |
There are a number of recipe tweaks in oe-core to the clang recipes that our older meta-clang choices were running afoul of. Time to remove the meta-clang dependency. Signed-off-by: Ryan Eatmon <[email protected]> --- meta-arago-distro/conf/distro/include/arago-prefs.inc | 8 -------- meta-arago-distro/conf/layer.conf | 1 - 2 files changed, 9 deletions(-) diff --git a/meta-arago-distro/conf/distro/include/arago-prefs.inc b/meta-arago-distro/conf/distro/include/arago-prefs.inc index f05fc43c..4d1a6006 100644 --- a/meta-arago-distro/conf/distro/include/arago-prefs.inc +++ b/meta-arago-distro/conf/distro/include/arago-prefs.inc @@ -11,13 +11,5 @@ VIRTUAL-RUNTIME_dbus = "dbus-broker" PREFERRED_VERSION_crda = "3.18" PREFERRED_VERSION_obex = "0.34" -# Select meta-clang providers -PREFERRED_PROVIDER_llvm = "clang" -PREFERRED_PROVIDER_llvm-native = "clang-native" -PREFERRED_PROVIDER_nativesdk-llvm = "nativesdk-clang" -PROVIDES:pn-clang = "llvm" -PROVIDES:pn-clang-native = "llvm-native" -PROVIDES:pn-nativesdk-clang = "nativesdk-llvm" - # Bump mesa-demos to include some patches not in a tagged release PREFERRED_VERSION_mesa-demos = "9.0.0+git" diff --git a/meta-arago-distro/conf/layer.conf b/meta-arago-distro/conf/layer.conf index 4bacf386..e16eedd6 100644 --- a/meta-arago-distro/conf/layer.conf +++ b/meta-arago-distro/conf/layer.conf @@ -18,7 +18,6 @@ LAYERDEPENDS_meta-arago-distro = " \ networking-layer \ multimedia-layer \ meta-python \ - clang-layer \ virtualization-layer \ meta-arago-extras \ meta-arago-test \ -- 2.17.1