[oe-commits] Khem Raj : qemu_0.13.0.bb: Disable parallel make

git version control git at git.openembedded.org
Thu Nov 25 06:53:15 UTC 2010


Module: openembedded.git
Branch: master
Commit: b86e4f9c8757cf2379836a3b500480771693ee20
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=b86e4f9c8757cf2379836a3b500480771693ee20

Author: Khem Raj <raj.khem at gmail.com>
Date:   Wed Nov 24 22:39:53 2010 -0800

qemu_0.13.0.bb: Disable parallel make

Signed-off-by: Khem Raj <raj.khem at gmail.com>

---

 recipes/qemu/qemu_0.13.0.bb |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/recipes/qemu/qemu_0.13.0.bb b/recipes/qemu/qemu_0.13.0.bb
index eec9cdc..9ecfaa9 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}
 }





More information about the Openembedded-commits mailing list