diff options
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-devtools/qemu/qemu.inc | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/meta/recipes-devtools/qemu/qemu.inc b/meta/recipes-devtools/qemu/qemu.inc index 2b82e8fd02..1857786917 100644 --- a/meta/recipes-devtools/qemu/qemu.inc +++ b/meta/recipes-devtools/qemu/qemu.inc | |||
@@ -6,7 +6,7 @@ RDEPENDS_${PN}_class-target += "bash" | |||
6 | RDEPENDS_${PN}-ptest = "bash make" | 6 | RDEPENDS_${PN}-ptest = "bash make" |
7 | 7 | ||
8 | require qemu-targets.inc | 8 | require qemu-targets.inc |
9 | inherit autotools pkgconfig ptest | 9 | inherit autotools pkgconfig ptest bluetooth |
10 | BBCLASSEXTEND = "native nativesdk" | 10 | BBCLASSEXTEND = "native nativesdk" |
11 | 11 | ||
12 | # QEMU_TARGETS is overridable variable | 12 | # QEMU_TARGETS is overridable variable |
@@ -26,7 +26,7 @@ SRC_URI_append_class-native = "\ | |||
26 | file://cpus.c-qemu_cpu_kick_thread_debugging.patch \ | 26 | file://cpus.c-qemu_cpu_kick_thread_debugging.patch \ |
27 | " | 27 | " |
28 | 28 | ||
29 | EXTRA_OECONF += "--target-list=${@get_qemu_target_list(d)} --disable-werror --disable-bluez --disable-libiscsi --with-system-pixman --extra-cflags='${CFLAGS}'" | 29 | EXTRA_OECONF += "--target-list=${@get_qemu_target_list(d)} --disable-werror --with-system-pixman --extra-cflags='${CFLAGS}'" |
30 | 30 | ||
31 | EXTRA_OECONF_class-nativesdk = "--target-list=${@get_qemu_target_list(d)} --disable-werror" | 31 | EXTRA_OECONF_class-nativesdk = "--target-list=${@get_qemu_target_list(d)} --disable-werror" |
32 | EXTRA_OECONF_append_class-native = " --python=${USRBINPATH}/python2" | 32 | EXTRA_OECONF_append_class-native = " --python=${USRBINPATH}/python2" |
@@ -120,17 +120,17 @@ PACKAGECONFIG[curses] = "--enable-curses,--disable-curses,ncurses," | |||
120 | PACKAGECONFIG[gtk+] = "--enable-gtk --with-gtkabi=3.0 --enable-vte,--disable-gtk --disable-vte,gtk+3 vte" | 120 | PACKAGECONFIG[gtk+] = "--enable-gtk --with-gtkabi=3.0 --enable-vte,--disable-gtk --disable-vte,gtk+3 vte" |
121 | PACKAGECONFIG[libcap-ng] = "--enable-cap-ng,--disable-cap-ng,libcap-ng," | 121 | PACKAGECONFIG[libcap-ng] = "--enable-cap-ng,--disable-cap-ng,libcap-ng," |
122 | PACKAGECONFIG[ssh2] = "--enable-libssh2,--disable-libssh2,libssh2," | 122 | PACKAGECONFIG[ssh2] = "--enable-libssh2,--disable-libssh2,libssh2," |
123 | PACKAGECONFIG[gcrypt] = "--enable-gcrypt,--disable-gcrypt,gcrypt," | 123 | PACKAGECONFIG[gcrypt] = "--enable-gcrypt,--disable-gcrypt,libgcrypt," |
124 | PACKAGECONFIG[nettle] = "--enable-nettle,--disable-nettle,nettle" | 124 | PACKAGECONFIG[nettle] = "--enable-nettle,--disable-nettle,nettle" |
125 | PACKAGECONFIG[libusb] = "--enable-libusb,--disable-libusb,libusb1" | 125 | PACKAGECONFIG[libusb] = "--enable-libusb,--disable-libusb,libusb1" |
126 | PACKAGECONFIG[fdt] = "--enable-fdt,--disable-fdt,dtc" | 126 | PACKAGECONFIG[fdt] = "--enable-fdt,--disable-fdt,dtc" |
127 | PACKAGECONFIG[alsa] = ",,alsa-lib" | 127 | PACKAGECONFIG[alsa] = "--audio-drv-list='oss alsa',,alsa-lib" |
128 | PACKAGECONFIG[glx] = "--enable-opengl,--disable-opengl,mesa" | 128 | PACKAGECONFIG[glx] = "--enable-opengl,--disable-opengl,mesa" |
129 | PACKAGECONFIG[lzo] = "--enable-lzo,--disable-lzo,lzo" | 129 | PACKAGECONFIG[lzo] = "--enable-lzo,--disable-lzo,lzo" |
130 | PACKAGECONFIG[numa] = "--enable-numa,--disable-numa,numactl" | 130 | PACKAGECONFIG[numa] = "--enable-numa,--disable-numa,numactl" |
131 | PACKAGECONFIG[gnutls] = "--enable-gnutls,--disable-gnutls,gnutls" | 131 | PACKAGECONFIG[gnutls] = "--enable-gnutls,--disable-gnutls,gnutls" |
132 | PACKAGECONFIG[bzip2] = "--enable-bzip2,--disable-bzip2,bzip2" | 132 | PACKAGECONFIG[bzip2] = "--enable-bzip2,--disable-bzip2,bzip2" |
133 | 133 | PACKAGECONFIG[bluez] = "--enable-bluez,--disable-bluez,${BLUEZ}" | |
134 | EXTRA_OECONF += "${@bb.utils.contains('PACKAGECONFIG', 'alsa', '--audio-drv-list=oss,alsa', '', d)}" | 134 | PACKAGECONFIG[libiscsi] = "--enable-libiscsi,--disable-libiscsi" |
135 | 135 | ||
136 | INSANE_SKIP_${PN} = "arch" | 136 | INSANE_SKIP_${PN} = "arch" |