[oe-commits] Khem Raj : qemu.inc: Add glib-2.0-nativesdk to qemu-nativesdk DEPENDS

git at git.openembedded.org git at git.openembedded.org
Fri Oct 14 23:46:13 UTC 2011


Module: openembedded-core.git
Branch: master-next
Commit: 65f7ff79c5e1e98403a5968c5dbee405c316d55c
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=65f7ff79c5e1e98403a5968c5dbee405c316d55c

Author: Khem Raj <raj.khem at gmail.com>
Date:   Mon Oct 10 22:10:53 2011 -0700

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 at gmail.com>

---

 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 86c7d2c..1631274 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"
 





More information about the Openembedded-commits mailing list