[Buildroot] [git commit] qemu: drop obsolete "--disable-uuid" configuration parameter

Peter Korsgaard peter at korsgaard.com
Wed Oct 4 06:13:10 UTC 2017


commit: https://git.buildroot.net/buildroot/commit/?id=f911406f4f36cb6be4bc82d7faae1a3c4f07fc59
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/master

./configure: --disable-uuid is obsolete, UUID support is always built

Change-Id: I9e278418d19e15bbbd3ea233658cd62f75e3385c
Signed-off-by: Carlos Santos <casantos at datacom.ind.br>
Signed-off-by: Peter Korsgaard <peter at korsgaard.com>
---
 package/qemu/qemu.mk | 1 -
 1 file changed, 1 deletion(-)

diff --git a/package/qemu/qemu.mk b/package/qemu/qemu.mk
index f02df8b..f42d649 100644
--- a/package/qemu/qemu.mk
+++ b/package/qemu/qemu.mk
@@ -238,7 +238,6 @@ define QEMU_CONFIGURE_CMDS
 			--disable-curses \
 			--disable-curl \
 			--disable-bluez \
-			--disable-uuid \
 			--disable-vde \
 			--disable-linux-aio \
 			--disable-cap-ng \


More information about the buildroot mailing list