util-linux: explicitly disable udev

* util-linux auto-detects libudev for lsblk, so
  disable it, because it's not listed in DEPENDS.

(From OE-Core rev: f831d4713a24dd56bf09276fb3b293d9c2b508cb)

Signed-off-by: Andreas Oberritter <obi@opendreambox.org>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Andreas Oberritter 2012-03-09 18:00:38 +01:00 committed by Richard Purdie
parent b9027a9416
commit 7f784b6549
2 changed files with 2 additions and 2 deletions

View File

@ -38,7 +38,7 @@ EXTRA_OECONF = "--libdir=${base_libdir} --disable-use-tty-group \
--enable-kill --enable-last --enable-mesg --enable-partx \
--enable-raw --enable-rdev --enable-reset --disable-login-utils \
--enable-write --enable-arch --enable-mount --with-fsprobe=builtin \
--enable-libuuid --enable-libblkid --enable-fsck"
--enable-libuuid --enable-libblkid --enable-fsck --without-udev"
FILES_${PN}-doc += "${datadir}/getopt/getopt-*.*"

View File

@ -1,5 +1,5 @@
MAJOR_VERSION = "2.21"
PR = "r2"
PR = "r3"
require util-linux.inc
# note that `lscpu' is under GPLv3+