mirror of
https://git.yoctoproject.org/poky
synced 2026-04-04 23:02:22 +02:00
shadow: add a packageconfig for logind support
This was causing host contamination in particular, where libsystemd was installed on the host. (From OE-Core rev: fda06b441655cfa4e5f93e8f5587f27aa3610bb8) Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
a6136110b0
commit
df0a2575ec
@@ -74,6 +74,7 @@ PACKAGECONFIG[acl] = "--with-acl,--without-acl,acl"
|
||||
PACKAGECONFIG[audit] = "--with-audit,--without-audit,audit"
|
||||
PACKAGECONFIG[selinux] = "--with-selinux,--without-selinux,libselinux libsemanage"
|
||||
PACKAGECONFIG[libbsd] = "--with-libbsd,--without-libbsd,libbsd"
|
||||
PACKAGECONFIG[logind] = "--enable-logind,--disable-logind,systemd"
|
||||
|
||||
RDEPENDS:${PN} = "shadow-securetty \
|
||||
base-passwd \
|
||||
|
||||
Reference in New Issue
Block a user