From: Alex Kiernan Date: Fri, 27 Mar 2020 17:25:15 +0000 (+0000) Subject: systemd: Enable smack based on DISTRO_FEATURES X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~11434 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=15c3aa93eaa41f4dca326c37f0a1fd9bf6054c3c;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git systemd: Enable smack based on DISTRO_FEATURES Signed-off-by: Alex Kiernan Acked-by: Otavio Salvador Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-core/systemd/systemd_244.3.bb b/meta/recipes-core/systemd/systemd_244.3.bb index 2b3dad602f5..070f1b66d39 100644 --- a/meta/recipes-core/systemd/systemd_244.3.bb +++ b/meta/recipes-core/systemd/systemd_244.3.bb @@ -56,7 +56,7 @@ PAM_PLUGINS = " \ " PACKAGECONFIG ??= " \ - ${@bb.utils.filter('DISTRO_FEATURES', 'efi ldconfig pam selinux usrmerge polkit', d)} \ + ${@bb.utils.filter('DISTRO_FEATURES', 'efi ldconfig pam selinux smack usrmerge polkit', d)} \ ${@bb.utils.contains('DISTRO_FEATURES', 'wifi', 'rfkill', '', d)} \ ${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'xkbcommon', '', d)} \ acl \ @@ -80,7 +80,6 @@ PACKAGECONFIG ??= " \ randomseed \ resolved \ set-time-epoch \ - smack \ sysusers \ sysvinit \ timedated \ @@ -98,7 +97,6 @@ PACKAGECONFIG_remove_libc-musl = " \ nss \ nss-mymachines \ nss-resolve \ - smack \ sysusers \ utmp \ "