[OE-core] [PATCH] systemd: do not disable SELinux with musl

luca.boccassi at gmail.com luca.boccassi at gmail.com
Mon Mar 11 12:21:29 UTC 2019


From: Luca Boccassi <luca.boccassi at microsoft.com>

Building and running SELinux with musl works fine these days,
so don't disable it in the systemd bitbake file.

Signed-off-by: Luca Boccassi <luca.boccassi at microsoft.com>
---
 meta/recipes-core/systemd/systemd_241.bb | 1 -
 1 file changed, 1 deletion(-)

diff --git a/meta/recipes-core/systemd/systemd_241.bb b/meta/recipes-core/systemd/systemd_241.bb
index 47492c9512..e4534ab8af 100644
--- a/meta/recipes-core/systemd/systemd_241.bb
+++ b/meta/recipes-core/systemd/systemd_241.bb
@@ -101,7 +101,6 @@ PACKAGECONFIG_remove_libc-musl = " \
     nss-mymachines \
     nss-resolve \
     resolved \
-    selinux \
     smack \
     sysusers \
     utmp \
-- 
2.20.1



More information about the Openembedded-core mailing list