aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/qemu/qemu_0.12.4.bb
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2010-05-23 08:34:10 -0700
committerKhem Raj <raj.khem@gmail.com>2010-05-23 08:34:10 -0700
commit48bbd6c5a07f736be3988f62a8d2a8105c0dc015 (patch)
tree9e2a641397b164692cb7fef796509664917cbdd7 /recipes/qemu/qemu_0.12.4.bb
parent696f1228294e219245ebdcec532ce2a04fa5f261 (diff)
downloadopenembedded-48bbd6c5a07f736be3988f62a8d2a8105c0dc015.tar.gz
qemu: Fix running linux user programs on iWMMXt processors.
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'recipes/qemu/qemu_0.12.4.bb')
-rw-r--r--recipes/qemu/qemu_0.12.4.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/recipes/qemu/qemu_0.12.4.bb b/recipes/qemu/qemu_0.12.4.bb
index 05eb4c871e..8fa2dbfbfb 100644
--- a/recipes/qemu/qemu_0.12.4.bb
+++ b/recipes/qemu/qemu_0.12.4.bb
@@ -1,7 +1,7 @@
LICENSE = "GPL"
DEPENDS = "zlib"
-PR = "r0"
+PR = "r1"
SRC_URI = "\
http://download.savannah.gnu.org/releases/qemu/qemu-${PV}.tar.gz;name=qemu-${PV} \
@@ -16,6 +16,7 @@ SRC_URI = "\
file://fix_baum_c_compilation.patch;patch=1 \
file://fix_fortify_source_compilation.patch;patch=1 \
file://fallback.to.safe.mmap_min_addr.patch;patch=1 \
+ file://linux-user-fix-running-programs-with-iwmmxt.patch;patch=1 \
"
SRC_URI[qemu-0.12.4.md5sum] = "93e6b134dff89b2799f57b7d9e0e0fc5"