From: Alexander Kanavin Date: Thu, 8 Feb 2024 18:56:41 +0000 (+0100) Subject: shadow: add a packageconfig for logind support X-Git-Tag: uninative-4.4~178 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fda06b441655cfa4e5f93e8f5587f27aa3610bb8;p=thirdparty%2Fopenembedded%2Fopenembedded-core.git shadow: add a packageconfig for logind support This was causing host contamination in particular, where libsystemd was installed on the host. Signed-off-by: Alexander Kanavin Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-extended/shadow/shadow.inc b/meta/recipes-extended/shadow/shadow.inc index b8e5e285c45..16b99a0b60e 100644 --- a/meta/recipes-extended/shadow/shadow.inc +++ b/meta/recipes-extended/shadow/shadow.inc @@ -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 \