From 22d8978422fa50299f98c4ad42ab40de2792343c Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Mon, 10 Oct 2011 22:10:53 -0700 Subject: 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 Signed-off-by: Richard Purdie --- meta/recipes-devtools/qemu/qemu.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta') 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" -- cgit v1.2.3-54-g00ecf