All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] util-linux: Remove obsolete configure options
@ 2013-11-29 14:35 Richard Purdie
  0 siblings, 0 replies; only message in thread
From: Richard Purdie @ 2013-11-29 14:35 UTC (permalink / raw)
  To: openembedded-core

WARNING: QA Issue: util-linux-native: configure was passed unrecognised options: --enable-rdev --enable-init --enable-arch --with-fsprobe

Remove obsolete configure options to silence warning.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
---
diff --git a/meta/recipes-core/util-linux/util-linux.inc b/meta/recipes-core/util-linux/util-linux.inc
index 8a1e78a..9f5fd01 100644
--- a/meta/recipes-core/util-linux/util-linux.inc
+++ b/meta/recipes-core/util-linux/util-linux.inc
@@ -40,11 +40,11 @@ PACKAGES =+ "util-linux-agetty util-linux-fdisk util-linux-cfdisk util-linux-sfd
              util-linux-partx ${PN}-bash-completion"
 
 SHARED_EXTRA_OECONF = "--disable-use-tty-group \
-                       --disable-makeinstall-chown --enable-elvtune --enable-init \
+                       --disable-makeinstall-chown --enable-elvtune \
                        --enable-kill --enable-last --enable-mesg --enable-partx \
-                       --enable-raw --enable-rdev --enable-reset --disable-login \
+                       --enable-raw --enable-reset --disable-login \
                        --disable-vipw --disable-newgrp --disable-chfn-chsh \
-                       --enable-write --enable-arch --enable-mount --with-fsprobe=builtin \
+                       --enable-write --enable-mount \
                        --enable-libuuid --enable-libblkid --enable-fsck --without-udev \
                        usrsbin_execdir='${sbindir}' \
 "




^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2013-11-29 14:35 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-11-29 14:35 [PATCH] util-linux: Remove obsolete configure options Richard Purdie

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.