summaryrefslogtreecommitdiffstats
path: root/meta/packages/qemu/qemu_svn.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/packages/qemu/qemu_svn.bb')
-rw-r--r--meta/packages/qemu/qemu_svn.bb4
1 files changed, 3 insertions, 1 deletions
diff --git a/meta/packages/qemu/qemu_svn.bb b/meta/packages/qemu/qemu_svn.bb
index 0a55ba8736..802d47b71b 100644
--- a/meta/packages/qemu/qemu_svn.bb
+++ b/meta/packages/qemu/qemu_svn.bb
@@ -1,7 +1,7 @@
1LICENSE = "GPL" 1LICENSE = "GPL"
2DEPENDS = "zlib" 2DEPENDS = "zlib"
3PV = "0.9.1+svnr${SRCREV}" 3PV = "0.9.1+svnr${SRCREV}"
4PR = "r2" 4PR = "r3"
5 5
6FILESPATH = "${FILE_DIRNAME}/qemu-0.9.1+svn/" 6FILESPATH = "${FILE_DIRNAME}/qemu-0.9.1+svn/"
7 7
@@ -31,6 +31,8 @@ SRC_URI = "\
31 file://workaround_bad_futex_headers.patch;patch=1 \ 31 file://workaround_bad_futex_headers.patch;patch=1 \
32 file://fix_segfault.patch;patch=1 \ 32 file://fix_segfault.patch;patch=1 \
33 file://no-strip.patch;patch=1 \ 33 file://no-strip.patch;patch=1 \
34 file://fix_brk.patch;patch=1 \
35 file://fix_protection_bits.patch;patch=1 \
34 file://qemu-n800-support.patch;patch=1" 36 file://qemu-n800-support.patch;patch=1"
35 37
36S = "${WORKDIR}/trunk" 38S = "${WORKDIR}/trunk"