summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended
diff options
context:
space:
mode:
authorAlexander Kanavin <alex.kanavin@gmail.com>2024-02-08 19:56:41 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2024-02-09 13:55:06 +0000
commitdf0a2575ec54dd20061092d0a8fba93de294da04 (patch)
tree819b32634d8e992855b2d37d5c02245a1006e553 /meta/recipes-extended
parenta6136110b0edc8ac8d979770419b7b1afc2d81e9 (diff)
downloadpoky-df0a2575ec54dd20061092d0a8fba93de294da04.tar.gz
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>
Diffstat (limited to 'meta/recipes-extended')
-rw-r--r--meta/recipes-extended/shadow/shadow.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-extended/shadow/shadow.inc b/meta/recipes-extended/shadow/shadow.inc
index b8e5e285c4..16b99a0b60 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"
74PACKAGECONFIG[audit] = "--with-audit,--without-audit,audit" 74PACKAGECONFIG[audit] = "--with-audit,--without-audit,audit"
75PACKAGECONFIG[selinux] = "--with-selinux,--without-selinux,libselinux libsemanage" 75PACKAGECONFIG[selinux] = "--with-selinux,--without-selinux,libselinux libsemanage"
76PACKAGECONFIG[libbsd] = "--with-libbsd,--without-libbsd,libbsd" 76PACKAGECONFIG[libbsd] = "--with-libbsd,--without-libbsd,libbsd"
77PACKAGECONFIG[logind] = "--enable-logind,--disable-logind,systemd"
77 78
78RDEPENDS:${PN} = "shadow-securetty \ 79RDEPENDS:${PN} = "shadow-securetty \
79 base-passwd \ 80 base-passwd \