git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
51e9eb4
)
qemu_0.13.0.bb: Disable parallel make
author
Khem Raj
<raj.khem@gmail.com>
Thu, 25 Nov 2010 06:39:53 +0000
(22:39 -0800)
committer
Khem Raj
<raj.khem@gmail.com>
Thu, 25 Nov 2010 06:39:53 +0000
(22:39 -0800)
Signed-off-by: Khem Raj <raj.khem@gmail.com>
recipes/qemu/qemu_0.13.0.bb
patch
|
blob
|
history
diff --git
a/recipes/qemu/qemu_0.13.0.bb
b/recipes/qemu/qemu_0.13.0.bb
index
eec9cdc
..
9ecfaa9
100644
(file)
--- 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 = "r
1
"
+PR = "r
2
"
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}
}