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 12:53:29 +0100 |
commit | 65f7ff79c5e1e98403a5968c5dbee405c316d55c (patch) | |
tree | 9d3b400f6a76609fcbaff59fad6683cf2e08dd92 /meta/recipes-devtools/qemu | |
parent | 0039d76b55a4878a67e42c1234441a0fcabf3224 (diff) | |
download | openembedded-core-65f7ff79c5e1e98403a5968c5dbee405c316d55c.tar.gz openembedded-core-65f7ff79c5e1e98403a5968c5dbee405c316d55c.tar.bz2 openembedded-core-65f7ff79c5e1e98403a5968c5dbee405c316d55c.zip |
qemu.inc: Add glib-2.0-nativesdk to qemu-nativesdk DEPENDS
QEMU starting version 0.15 needs glibc-2.0
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta/recipes-devtools/qemu')
-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 () { } DEPENDS_virtclass-native = "zlib-native alsa-lib-native" -DEPENDS_virtclass-nativesdk = "zlib-nativesdk libsdl-nativesdk qemugl-nativesdk" +DEPENDS_virtclass-nativesdk = "zlib-nativesdk libsdl-nativesdk qemugl-nativesdk glib-2.0-nativesdk" RDEPENDS_virtclass-nativesdk = "libsdl-nativesdk" EXTRA_OECONF_virtclass-nativesdk += "--target-list=${@get_qemu_target_list(d)} --disable-werror --disable-vnc-tls" |