diff options
author | Jussi Kukkonen <jussi.kukkonen@intel.com> | 2017-03-16 11:15:29 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-03-16 22:11:32 +0000 |
commit | a6707eda1d90fcfe2a5ebada632cc2e5d152d182 (patch) | |
tree | 4f0ef068069a173f3d596d8bbfa029ea844308e2 /meta/recipes-devtools | |
parent | 3bbd7ae2a1f7c611e27f8f274ac4640b9d087473 (diff) | |
download | poky-a6707eda1d90fcfe2a5ebada632cc2e5d152d182.tar.gz |
qemu: Remove uuid PACKAGECONFIG
--enable-uuid no longer exists: There's a uuid implementation in
libqemuutil.
(From OE-Core rev: 9da623d569ae552b1772a3b3a06df3cbf76cd573)
Signed-off-by: Jussi Kukkonen <jussi.kukkonen@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools')
-rw-r--r-- | meta/recipes-devtools/qemu/qemu.inc | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/meta/recipes-devtools/qemu/qemu.inc b/meta/recipes-devtools/qemu/qemu.inc index 85b344c960..383cc64762 100644 --- a/meta/recipes-devtools/qemu/qemu.inc +++ b/meta/recipes-devtools/qemu/qemu.inc | |||
@@ -79,7 +79,7 @@ PACKAGECONFIG ??= " \ | |||
79 | fdt sdl kvm \ | 79 | fdt sdl kvm \ |
80 | ${@bb.utils.filter('DISTRO_FEATURES', 'alsa xen', d)} \ | 80 | ${@bb.utils.filter('DISTRO_FEATURES', 'alsa xen', d)} \ |
81 | " | 81 | " |
82 | PACKAGECONFIG_class-native ??= "fdt alsa uuid kvm" | 82 | PACKAGECONFIG_class-native ??= "fdt alsa kvm" |
83 | PACKAGECONFIG_class-nativesdk ??= "fdt sdl kvm" | 83 | PACKAGECONFIG_class-nativesdk ??= "fdt sdl kvm" |
84 | 84 | ||
85 | # Handle distros such as CentOS 5 32-bit that do not have kvm support | 85 | # Handle distros such as CentOS 5 32-bit that do not have kvm support |
@@ -99,7 +99,6 @@ PACKAGECONFIG[vnc-jpeg] = "--enable-vnc --enable-vnc-jpeg,--disable-vnc-jpeg,jpe | |||
99 | PACKAGECONFIG[vnc-png] = "--enable-vnc --enable-vnc-png,--disable-vnc-png,libpng," | 99 | PACKAGECONFIG[vnc-png] = "--enable-vnc --enable-vnc-png,--disable-vnc-png,libpng," |
100 | PACKAGECONFIG[libcurl] = "--enable-curl,--disable-curl,libcurl," | 100 | PACKAGECONFIG[libcurl] = "--enable-curl,--disable-curl,libcurl," |
101 | PACKAGECONFIG[nss] = "--enable-smartcard,--disable-smartcard,nss," | 101 | PACKAGECONFIG[nss] = "--enable-smartcard,--disable-smartcard,nss," |
102 | PACKAGECONFIG[uuid] = "--enable-uuid,--disable-uuid,util-linux," | ||
103 | PACKAGECONFIG[curses] = "--enable-curses,--disable-curses,ncurses," | 102 | PACKAGECONFIG[curses] = "--enable-curses,--disable-curses,ncurses," |
104 | PACKAGECONFIG[gtk+] = "--enable-gtk --with-gtkabi=3.0 --enable-vte,--disable-gtk --disable-vte,gtk+3 vte" | 103 | PACKAGECONFIG[gtk+] = "--enable-gtk --with-gtkabi=3.0 --enable-vte,--disable-gtk --disable-vte,gtk+3 vte" |
105 | PACKAGECONFIG[libcap-ng] = "--enable-cap-ng,--disable-cap-ng,libcap-ng," | 104 | PACKAGECONFIG[libcap-ng] = "--enable-cap-ng,--disable-cap-ng,libcap-ng," |