diff options
| author | Luca Boccassi <luca.boccassi@microsoft.com> | 2019-03-11 12:21:29 +0000 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-03-12 11:57:41 -0700 |
| commit | 5c7fc6057acd8712881e1455ef290339784a807d (patch) | |
| tree | 2f61ee998eda13d14565875e4f36ea533862e1e6 | |
| parent | 7a6a5dcf9c5cefaccd2e4b0741bfba88eb8125d1 (diff) | |
| download | poky-5c7fc6057acd8712881e1455ef290339784a807d.tar.gz | |
systemd: do not disable SELinux with musl
Building and running SELinux with musl works fine these days,
so don't disable it in the systemd bitbake file.
(From OE-Core rev: afea472cdc5e72e2794b30b00f68e59ffb1e104c)
Signed-off-by: Luca Boccassi <luca.boccassi@microsoft.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
| -rw-r--r-- | meta/recipes-core/systemd/systemd_241.bb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/meta/recipes-core/systemd/systemd_241.bb b/meta/recipes-core/systemd/systemd_241.bb index 76668b741d..1052b3df8c 100644 --- a/meta/recipes-core/systemd/systemd_241.bb +++ b/meta/recipes-core/systemd/systemd_241.bb | |||
| @@ -102,7 +102,6 @@ PACKAGECONFIG_remove_libc-musl = " \ | |||
| 102 | nss-mymachines \ | 102 | nss-mymachines \ |
| 103 | nss-resolve \ | 103 | nss-resolve \ |
| 104 | resolved \ | 104 | resolved \ |
| 105 | selinux \ | ||
| 106 | smack \ | 105 | smack \ |
| 107 | sysusers \ | 106 | sysusers \ |
| 108 | utmp \ | 107 | utmp \ |
