e2fsprogs: drop uuidd option
authorPeter Korsgaard <jacmet@sunsite.dk>
Tue, 6 Sep 2011 07:12:51 +0000 (09:12 +0200)
committerPeter Korsgaard <jacmet@sunsite.dk>
Tue, 6 Sep 2011 07:27:39 +0000 (09:27 +0200)
e2fsprogs uuidd no longer builds with libuuid from util-linux 2.20,
and according to tytso the util-linux version should be used instead
when using libuuid from there, so drop the e2fsprogs option.

Reported-by: Yegor Yefremov <yegorslists@googlemail.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
package/e2fsprogs/Config.in
package/e2fsprogs/e2fsprogs.mk

index ebf500309bd0cf3080fed13830b07ea9025fbbb8..a98c49efa3b5ad5ab6011267c6e3d6da6eb629a6 100644 (file)
@@ -89,12 +89,6 @@ config BR2_PACKAGE_E2FSPROGS_UUIDGEN
        bool "uuidgen"
        default y
 
-config BR2_PACKAGE_E2FSPROGS_UUIDD
-       bool "uuidd"
-       default y
-       help
-         The uuidd daemon from the e2fsprogs suite
-
 endif
 
 comment "e2fsprogs requires a toolchain with LARGEFILE + WCHAR support"
index 1cfeb0135eb2850e8addb945dc9015ec7c2a6377..b2c30bf37f444c7fdf555073d92626c7f3b41fe1 100644 (file)
@@ -13,7 +13,7 @@ E2FSPROGS_CONF_OPT = \
        $(if $(BR2_PACKAGE_E2FSPROGS_DEBUGFS),,--disable-debugfs) \
        $(if $(BR2_PACKAGE_E2FSPROGS_E2IMAGE),,--disable-imager) \
        $(if $(BR2_PACKAGE_E2FSPROGS_RESIZE2FS),,--disable-resizer) \
-       $(if $(BR2_PACKAGE_E2FSPROGS_UUIDD),,--disable-uuidd) \
+       --disable-uuidd \
        --disable-blkid \
        --disable-libuuid \
        --enable-fsck \