diff options
author | Chris Larson <chris_larson@mentor.com> | 2010-05-24 13:01:00 -0700 |
---|---|---|
committer | Chris Larson <chris_larson@mentor.com> | 2010-05-25 12:54:52 -0700 |
commit | 6fe7cef27069415f2eba36bc640cf59013d4979b (patch) | |
tree | b0cb8845ddc6b8bcffc50e08a2eeae98e049be98 /recipes/qemu | |
parent | bf7d0467a0788a7fcc1c96e0dc35a25ae09278a0 (diff) |
Make the do_patch apply=yes param implicit if extension is .diff/.patch
For .diff/.patch you need to apply manually, you can specify apply=no.
Signed-off-by: Chris Larson <chris_larson@mentor.com>
Acked-by: Denys Dmytriyenko <denis@denix.org>
Acked-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'recipes/qemu')
-rw-r--r-- | recipes/qemu/qemu_0.12.3.bb | 32 | ||||
-rw-r--r-- | recipes/qemu/qemu_0.12.4.bb | 24 |
2 files changed, 28 insertions, 28 deletions
diff --git a/recipes/qemu/qemu_0.12.3.bb b/recipes/qemu/qemu_0.12.3.bb index 08d7865bbb..db9155c4e3 100644 --- a/recipes/qemu/qemu_0.12.3.bb +++ b/recipes/qemu/qemu_0.12.3.bb @@ -5,22 +5,22 @@ PR = "r3" SRC_URI = "\ http://download.savannah.gnu.org/releases/qemu/qemu-${PV}.tar.gz;name=qemu-${PV} \ - file://06_exit_segfault.patch;apply=yes;striplevel=0 \ - file://11_signal_sigaction.patch;apply=yes;striplevel=0 \ - file://22_net_tuntap_stall.patch;apply=yes \ - file://31_syscalls.patch;apply=yes;striplevel=0 \ - file://32_syscall_sysctl.patch;apply=yes;striplevel=0 \ - file://52_ne2000_return.patch;apply=yes \ - file://63_sparc_build.patch;apply=yes;striplevel=0 \ - file://64_ppc_asm_constraints.patch;apply=yes \ - file://66_tls_ld.patch;apply=yes;striplevel=0 \ - file://91-oh-sdl-cursor.patch;apply=yes;striplevel=0 \ - file://fix_segfault.patch;apply=yes \ - file://fix_baum_c_compilation.patch;apply=yes \ - file://fix_fortify_source_compilation.patch;apply=yes \ - file://3f26c1227e3b08010f2a65379cecf4cb4b5933fa.patch;apply=yes \ - file://c5883be23519921254c6940873ee8db04979c20a.patch;apply=yes \ - file://fallback.to.safe.mmap_min_addr.patch;apply=yes \ + file://06_exit_segfault.patch;striplevel=0 \ + file://11_signal_sigaction.patch;striplevel=0 \ + file://22_net_tuntap_stall.patch \ + file://31_syscalls.patch;striplevel=0 \ + file://32_syscall_sysctl.patch;striplevel=0 \ + file://52_ne2000_return.patch \ + file://63_sparc_build.patch;striplevel=0 \ + file://64_ppc_asm_constraints.patch \ + file://66_tls_ld.patch;striplevel=0 \ + file://91-oh-sdl-cursor.patch;striplevel=0 \ + file://fix_segfault.patch \ + file://fix_baum_c_compilation.patch \ + file://fix_fortify_source_compilation.patch \ + file://3f26c1227e3b08010f2a65379cecf4cb4b5933fa.patch \ + file://c5883be23519921254c6940873ee8db04979c20a.patch \ + file://fallback.to.safe.mmap_min_addr.patch \ " SRC_URI[qemu-0.12.3.sha256sum] = "3ce26f8fb0a59418b2064a26bac4b40ea4e493acbc3df7ad5932635477fade4b" diff --git a/recipes/qemu/qemu_0.12.4.bb b/recipes/qemu/qemu_0.12.4.bb index 596a2735c6..6bc5868f64 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;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 \ + file://02_kfreebsd.patch \ + file://03_support_pselect_in_linux_user_arm.patch \ + file://05_bochs_vbe.diff \ + file://06_sh4.diff \ + file://leftover.patch \ + file://3f26c1227e3b08010f2a65379cecf4cb4b5933fa.patch \ + file://c5883be23519921254c6940873ee8db04979c20a.patch \ + file://91-oh-sdl-cursor.patch \ + file://fix_baum_c_compilation.patch \ + file://fix_fortify_source_compilation.patch \ + file://fallback.to.safe.mmap_min_addr.patch \ + file://linux-user-fix-running-programs-with-iwmmxt.patch \ " SRC_URI[qemu-0.12.4.md5sum] = "93e6b134dff89b2799f57b7d9e0e0fc5" |