From 232bfebc92fa2700f019ab4e1f765170c2019ab1 Mon Sep 17 00:00:00 2001 From: Mark Hatle Date: Fri, 8 Sep 2017 13:05:56 -0500 Subject: systemd: Remove inherit enable-selinux, obsolete The PACKAGECONFIG and related settings are in oe-core. Doing it here will trigger a bug related to lack of 'initscripts-sushell' rdepends. based on the change: From: Jackie Huang The selinux PACKAGECONFIG is properly handled in the recipe in oe-core, no need to inherit the enable-selinux bbclass. Signed-off-by: Jackie Huang Signed-off-by: Mark Hatle --- recipes-core/systemd/systemd_%.bbappend | 1 - 1 file changed, 1 deletion(-) diff --git a/recipes-core/systemd/systemd_%.bbappend b/recipes-core/systemd/systemd_%.bbappend index 8d9029b..f1bdaf8 100644 --- a/recipes-core/systemd/systemd_%.bbappend +++ b/recipes-core/systemd/systemd_%.bbappend @@ -1,2 +1 @@ inherit enable-audit -inherit enable-selinux -- cgit v1.2.3-54-g00ecf