diff options
author | Khem Raj <raj.khem@gmail.com> | 2011-10-10 22:10:53 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-10-14 13:18:14 +0100 |
commit | 22d8978422fa50299f98c4ad42ab40de2792343c (patch) | |
tree | 645a4cce2bd49851cd497f12e89880eac68b39bd /meta/recipes-devtools/qemu/qemu.inc | |
parent | f7cd81390e46be43b2cea52ceccad52caa917ba3 (diff) | |
download | poky-22d8978422fa50299f98c4ad42ab40de2792343c.tar.gz |
qemu.inc: Add glib-2.0-nativesdk to qemu-nativesdk DEPENDS
QEMU starting version 0.15 needs glibc-2.0
(From OE-Core rev: 65f7ff79c5e1e98403a5968c5dbee405c316d55c)
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/qemu/qemu.inc')
-rw-r--r-- | meta/recipes-devtools/qemu/qemu.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/qemu/qemu.inc b/meta/recipes-devtools/qemu/qemu.inc index 86c7d2c1fa..1631274327 100644 --- a/meta/recipes-devtools/qemu/qemu.inc +++ b/meta/recipes-devtools/qemu/qemu.inc | |||
@@ -51,7 +51,7 @@ do_install () { | |||
51 | } | 51 | } |
52 | 52 | ||
53 | DEPENDS_virtclass-native = "zlib-native alsa-lib-native" | 53 | DEPENDS_virtclass-native = "zlib-native alsa-lib-native" |
54 | DEPENDS_virtclass-nativesdk = "zlib-nativesdk libsdl-nativesdk qemugl-nativesdk" | 54 | DEPENDS_virtclass-nativesdk = "zlib-nativesdk libsdl-nativesdk qemugl-nativesdk glib-2.0-nativesdk" |
55 | RDEPENDS_virtclass-nativesdk = "libsdl-nativesdk" | 55 | RDEPENDS_virtclass-nativesdk = "libsdl-nativesdk" |
56 | EXTRA_OECONF_virtclass-nativesdk += "--target-list=${@get_qemu_target_list(d)} --disable-werror --disable-vnc-tls" | 56 | EXTRA_OECONF_virtclass-nativesdk += "--target-list=${@get_qemu_target_list(d)} --disable-werror --disable-vnc-tls" |
57 | 57 | ||