From: Khem Raj Date: Thu, 25 Nov 2010 06:39:53 +0000 (-0800) Subject: qemu_0.13.0.bb: Disable parallel make X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b86e4f9c8757cf2379836a3b500480771693ee20;p=openembedded.git qemu_0.13.0.bb: Disable parallel make Signed-off-by: Khem Raj --- diff --git a/recipes/qemu/qemu_0.13.0.bb b/recipes/qemu/qemu_0.13.0.bb index eec9cdc0b1..9ecfaa9bdf 100644 --- a/recipes/qemu/qemu_0.13.0.bb +++ b/recipes/qemu/qemu_0.13.0.bb @@ -1,6 +1,6 @@ LICENSE = "GPL" DEPENDS = "zlib ncurses gnutls" -PR = "r1" +PR = "r2" SRC_URI = "\ http://download.savannah.gnu.org/releases/qemu/qemu-${PV}.tar.gz \ file://leftover.patch \ @@ -22,6 +22,8 @@ EXTRA_OECONF_append_virtclass-native = " --extra-cflags="-I${STAGING_INCDIR_NATI inherit autotools +PARALLEL_MAKE = "" + do_configure() { ${S}/configure --prefix=${prefix} ${EXTRA_OECONF} }