diff options
Diffstat (limited to 'recipes/qemu/qemu_0.12.4.bb')
-rw-r--r-- | recipes/qemu/qemu_0.12.4.bb | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/recipes/qemu/qemu_0.12.4.bb b/recipes/qemu/qemu_0.12.4.bb index 8fa2dbfbfb..596a2735c6 100644 --- a/recipes/qemu/qemu_0.12.4.bb +++ b/recipes/qemu/qemu_0.12.4.bb @@ -5,18 +5,18 @@ PR = "r1" SRC_URI = "\ http://download.savannah.gnu.org/releases/qemu/qemu-${PV}.tar.gz;name=qemu-${PV} \ - file://02_kfreebsd.patch;patch=1 \ - file://03_support_pselect_in_linux_user_arm.patch;patch=1 \ - file://05_bochs_vbe.diff;patch=1 \ - file://06_sh4.diff;patch=1 \ - file://leftover.patch;patch=1 \ - file://3f26c1227e3b08010f2a65379cecf4cb4b5933fa.patch;patch=1 \ - file://c5883be23519921254c6940873ee8db04979c20a.patch;patch=1 \ - file://91-oh-sdl-cursor.patch;patch=1 \ - 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 \ + file://02_kfreebsd.patch;apply=yes \ + file://03_support_pselect_in_linux_user_arm.patch;apply=yes \ + file://05_bochs_vbe.diff;apply=yes \ + file://06_sh4.diff;apply=yes \ + file://leftover.patch;apply=yes \ + file://3f26c1227e3b08010f2a65379cecf4cb4b5933fa.patch;apply=yes \ + file://c5883be23519921254c6940873ee8db04979c20a.patch;apply=yes \ + file://91-oh-sdl-cursor.patch;apply=yes \ + file://fix_baum_c_compilation.patch;apply=yes \ + file://fix_fortify_source_compilation.patch;apply=yes \ + file://fallback.to.safe.mmap_min_addr.patch;apply=yes \ + file://linux-user-fix-running-programs-with-iwmmxt.patch;apply=yes \ " SRC_URI[qemu-0.12.4.md5sum] = "93e6b134dff89b2799f57b7d9e0e0fc5" |