From: Saul Wold <sgw@linux.intel.com>
To: openembedded-core@lists.openembedded.org
Subject: [PATCH 2/8] util-linux: disable runuser by default since it depends on PAM
Date: Wed, 3 Jul 2013 15:26:23 -0700 [thread overview]
Message-ID: <c9b8490c65d03e9bc3f603d2a3a20ea680c089aa.1372890071.git.sgw@linux.intel.com> (raw)
In-Reply-To: <cover.1372890071.git.sgw@linux.intel.com>
In-Reply-To: <cover.1372890071.git.sgw@linux.intel.com>
util-linux's configure checks for pam_misc.h and if it finds it will
enable runuser, there was a case where it was found via shared state
and then got rebuilt. This makes the build more deterministic.
Signed-off-by: Saul Wold <sgw@linux.intel.com>
---
meta/recipes-core/util-linux/util-linux.inc | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/meta/recipes-core/util-linux/util-linux.inc b/meta/recipes-core/util-linux/util-linux.inc
index 0ada1a5..5bae370 100644
--- a/meta/recipes-core/util-linux/util-linux.inc
+++ b/meta/recipes-core/util-linux/util-linux.inc
@@ -45,6 +45,7 @@ EXTRA_OECONF = "--libdir=${base_libdir} --disable-use-tty-group \
--disable-vipw --disable-newgrp --disable-chfn-chsh --disable-su \
--enable-write --enable-arch --enable-mount --with-fsprobe=builtin \
--enable-libuuid --enable-libblkid --enable-fsck --without-udev \
+ --disable-runuser \
usrsbin_execdir='${sbindir}' \
"
@@ -52,7 +53,7 @@ EXTRA_OECONF = "--libdir=${base_libdir} --disable-use-tty-group \
EXTRA_OECONF += "${@base_contains('DISTRO_FEATURES', 'systemd', '--enable-socket-activation', '--disable-socket-activation', d)}"
EXTRA_OECONF += "${@base_contains('DISTRO_FEATURES', 'systemd', '--with-systemdsystemunitdir=${systemd_unitdir}/system/', '--without-systemdsystemunitdir', d)}"
-EXTRA_OECONF_append_class-native = " --disable-login --disable-su"
+EXTRA_OECONF_append_class-native = " --disable-login --disable-su --disable-runuser"
FILES_${PN}-bash-completion += "${datadir}/bash-completion"
FILES_${PN}-doc += "${datadir}/getopt/getopt-*.*"
--
1.8.1.4
next prev parent reply other threads:[~2013-07-03 22:26 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-07-03 22:26 [PATCH 0/8] Updates and util-linux fix Saul Wold
2013-07-03 22:26 ` [PATCH 1/8] packagegroup-core-basic: Only build libpam if it's enabled Saul Wold
2013-07-04 10:37 ` Burton, Ross
2013-07-04 13:22 ` Otavio Salvador
2013-07-03 22:26 ` Saul Wold [this message]
2013-07-04 10:18 ` [PATCH 2/8] util-linux: disable runuser by default since it depends on PAM Burton, Ross
2013-07-04 13:21 ` Otavio Salvador
2013-07-03 22:26 ` [PATCH 3/8] help2man: Update to 1.43.3 Saul Wold
2013-07-03 22:26 ` [PATCH 4/8] boost: Update to 1.54 Saul Wold
2013-07-03 22:26 ` [PATCH 5/8] dtc: Update to 1.4.0 Git Tag Saul Wold
2013-07-03 22:26 ` [PATCH 6/8] swabber: Update to latest head Saul Wold
2013-07-03 22:26 ` [PATCH 7/8] remake: Update to latest 3.82_dbg-0.9 Tag Saul Wold
2013-07-03 22:26 ` [PATCH 8/8] resolvconf: Update to 1.72 Saul Wold
2013-07-04 10:40 ` Burton, Ross
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=c9b8490c65d03e9bc3f603d2a3a20ea680c089aa.1372890071.git.sgw@linux.intel.com \
--to=sgw@linux.intel.com \
--cc=openembedded-core@lists.openembedded.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox