]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commitdiff
shadow: add a packageconfig for logind support
authorAlexander Kanavin <alex.kanavin@gmail.com>
Thu, 8 Feb 2024 18:56:41 +0000 (19:56 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 9 Feb 2024 13:54:12 +0000 (13:54 +0000)
This was causing host contamination in particular, where
libsystemd was installed on the host.

Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-extended/shadow/shadow.inc

index b8e5e285c45b21ab3b9e1ca4dc296f198861de82..16b99a0b60e8d0237ad156479787992eda485f49 100644 (file)
@@ -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 \