aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/qemu/qemu_0.13.0.bb
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2010-11-24 13:40:08 -0800
committerKhem Raj <raj.khem@gmail.com>2010-11-24 13:40:08 -0800
commitfe798c3a31ee44591fdcecccfa9832f55caeaf1a (patch)
tree47fbacec29c5622341eb3b4ae0c9d775a79bfcc5 /recipes/qemu/qemu_0.13.0.bb
parent76a34ad64457126ea7b3bfeb7d64caa54a84ddd9 (diff)
downloadopenembedded-fe798c3a31ee44591fdcecccfa9832f55caeaf1a.tar.gz
qemu_0.13.0.bb: Fix parallel make build failure
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'recipes/qemu/qemu_0.13.0.bb')
-rw-r--r--recipes/qemu/qemu_0.13.0.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/recipes/qemu/qemu_0.13.0.bb b/recipes/qemu/qemu_0.13.0.bb
index 8e9539c60f..eec9cdc0b1 100644
--- a/recipes/qemu/qemu_0.13.0.bb
+++ b/recipes/qemu/qemu_0.13.0.bb
@@ -1,12 +1,13 @@
LICENSE = "GPL"
DEPENDS = "zlib ncurses gnutls"
-
+PR = "r1"
SRC_URI = "\
http://download.savannah.gnu.org/releases/qemu/qemu-${PV}.tar.gz \
file://leftover.patch \
file://91-oh-sdl-cursor.patch \
file://fix_baum_c_compilation.patch \
file://fallback.to.safe.mmap_min_addr.patch \
+ file://parallel-build.patch \
"
SRC_URI[md5sum] = "397a0d665da8ba9d3b9583629f3d6421"
SRC_URI[sha256sum] = "1e6f5851b05cea6e377c835f4668408d4124cfb845f9948d922808743c5fd877"