summaryrefslogtreecommitdiff
path: root/recipes/qemu/qemu_0.12.3.bb
AgeCommit message (Collapse)AuthorFiles
2010-03-16qemu: fix build with zlib-dev missing on hostRoman I Khimov1
OE provides its own zlib-native and qemu-native should use that. Thanks to Thomas Zimmermann <ml@vdm-design.de> for spotting it. Signed-off-by: Roman I Khimov <khimov@altell.ru>
2010-03-16Revert "qemu: fix build without zlib headers installed on buildhost"Thomas Zimmermann1
This reverts commit e19f00968b9d865088ef3a45a85825c5fc17edc5.
2010-03-15qemu: fix build without zlib headers installed on buildhostThomas Zimmermann1
*qemu-native fails to build without zlib-dev package installed on buildhost *configure script just adds -I. and -I${SRC_DIR} to QEMU_CFLAGS to build checks, so it fails to build without headers installed on host *change DEPENDS from zlib to zlib-native to install zlib headers in staging Signed-off-by: Thomas Zimmermann <ml@vdm-design.de>
2010-03-09qemu: add version 0.12.3Roman I Khimov1
qemu-native tested to compile on openSUSE 11.2 and Debian Lenny. Binary locale generation tested for qemuarm/glibc, simpad/glibc, x86-prescott/eglibc, efika/glibc. Signed-off-by: Roman I Khimov <khimov@altell.ru> Acked-by: Tom Rini <tom_rini@mentor.com> Acked-by: Koen Kooi <koen@openembedded.org> Acked-by: Marcin Juszkiewicz <marcin@juszkiewicz.com.pl>