Commit 044edd06 authored by Peter Korsgaard's avatar Peter Korsgaard
Browse files

e2fsprogs: drop uuidd option



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: default avatarYegor Yefremov <yegorslists@googlemail.com>
Signed-off-by: default avatarPeter Korsgaard <jacmet@sunsite.dk>
parent 8a124c78
Loading
Loading
Loading
Loading
+0 −6
Original line number Diff line number Diff line
@@ -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"
+1 −1
Original line number Diff line number Diff line
@@ -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 \