+++ /dev/null
----
- configure | 2 --
- 1 file changed, 2 deletions(-)
-
-Index: qemu/configure
-===================================================================
---- qemu.orig/configure 2007-12-03 16:38:38.000000000 +0000
-+++ qemu/configure 2007-12-03 16:38:39.000000000 +0000
-@@ -323,8 +323,6 @@ for opt do
- ;;
- --disable-werror) werror="no"
- ;;
-- *) echo "ERROR: unknown option $opt"; show_help="yes"
-- ;;
- --disable-nptl) nptl="no"
- ;;
- esac
LICENSE = "GPL"
DEPENDS = "zlib"
-PR = "r7"
+PR = "r8"
FILESPATH = "${FILE_DIRNAME}/qemu-${PV}"
FILESDIR = "${WORKDIR}"
file://fix_segfault.patch;patch=1 \
file://writev_fix.patch;patch=1 \
file://configure_symlinkpath_fix.patch;patch=1 \
- file://disable-error-in-configure.patch;patch=1 \
file://no-strip.patch;patch=1"
S = "${WORKDIR}/qemu-${PV}"
inherit autotools
do_configure() {
- oe_runconf
+ ${S}/configure --prefix=${prefix} ${EXTRA_OECONF}
}