diff options
author | Carlos Santos <casantos@datacom.ind.br> | 2017-09-28 14:55:04 -0300 |
---|---|---|
committer | Peter Korsgaard <peter@korsgaard.com> | 2017-10-04 08:13:10 +0200 |
commit | f911406f4f36cb6be4bc82d7faae1a3c4f07fc59 (patch) | |
tree | dbf83ea5d84cd1119fa7357f0cb00f2957c331bc | |
parent | d1839b7f0e7c6be2e90887b27dee58d9a0441771 (diff) | |
download | buildroot-f911406f4f36cb6be4bc82d7faae1a3c4f07fc59.tar.gz buildroot-f911406f4f36cb6be4bc82d7faae1a3c4f07fc59.zip |
qemu: drop obsolete "--disable-uuid" configuration parameter
./configure: --disable-uuid is obsolete, UUID support is always built
Change-Id: I9e278418d19e15bbbd3ea233658cd62f75e3385c
Signed-off-by: Carlos Santos <casantos@datacom.ind.br>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
-rw-r--r-- | package/qemu/qemu.mk | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/package/qemu/qemu.mk b/package/qemu/qemu.mk index f02df8bcc1..f42d6497b6 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 \ |