diff options
author | Graeme Gregory <dp@xora.org.uk> | 2008-01-30 10:45:28 +0000 |
---|---|---|
committer | Graeme Gregory <dp@xora.org.uk> | 2008-01-30 10:45:28 +0000 |
commit | c5dd5bfdffff19a8bbef1248789f102c7cab0493 (patch) | |
tree | 3d17e459ccff3154a81e504d72ac6e3741f1d53d /packages/qemu/qemu_0.9.1.bb | |
parent | a87a2ebb1845dc818a46b80054bcb0370450ae41 (diff) |
qemu_0.9.1.bb : add the no-strip patch from #3721
Diffstat (limited to 'packages/qemu/qemu_0.9.1.bb')
-rw-r--r-- | packages/qemu/qemu_0.9.1.bb | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/packages/qemu/qemu_0.9.1.bb b/packages/qemu/qemu_0.9.1.bb index 9f07f45f05..2f0aba7e64 100644 --- a/packages/qemu/qemu_0.9.1.bb +++ b/packages/qemu/qemu_0.9.1.bb @@ -1,6 +1,6 @@ LICENSE = "GPL" DEPENDS = "zlib" -PR = "r5" +PR = "r6" FILESPATH = "${FILE_DIRNAME}/qemu-${PV}" FILESDIR = "${WORKDIR}" @@ -32,7 +32,8 @@ SRC_URI = "\ file://workaround_bad_futex_headers.patch;patch=1 \ file://fix_segfault.patch;patch=1 \ file://configure_symlinkpath_fix.patch;patch=1 \ - file://disable-error-in-configure.patch;patch=1" + file://disable-error-in-configure.patch;patch=1 \ + file://no-strip.patch;patch=1" S = "${WORKDIR}/qemu-${PV}" |