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/wifistix/wifistix-modules_5.0.16.p0.bb | |
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/wifistix/wifistix-modules_5.0.16.p0.bb')
-rw-r--r-- | recipes/wifistix/wifistix-modules_5.0.16.p0.bb | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/recipes/wifistix/wifistix-modules_5.0.16.p0.bb b/recipes/wifistix/wifistix-modules_5.0.16.p0.bb index ead6771923..c97bc9e6ea 100644 --- a/recipes/wifistix/wifistix-modules_5.0.16.p0.bb +++ b/recipes/wifistix/wifistix-modules_5.0.16.p0.bb @@ -13,18 +13,18 @@ PR = "r0" SRC_URI = "http://files.gumstix.com/cf8385-5.0.16.p0-26306.tbz \ file://wifistix.conf \ file://mcf25 \ - file://marvell-devicename.patch;apply=yes \ - file://marvell-devicetable.patch;apply=yes \ - file://marvell-gumstix.patch;apply=yes \ - file://sbi-no-inline.patch;apply=yes \ - file://2.6.17-new-pcmcia-layer.patch;apply=yes \ - file://bad-cast.patch;apply=yes \ - file://sk_buff.patch;apply=yes \ - file://struct-changes.patch;apply=yes \ - file://no-more-config-h.patch;apply=yes \ - file://realtime-kernel.patch;apply=yes \ - file://install-properly.patch;apply=yes \ - file://fix-essid-truncation.patch;apply=yes" + file://marvell-devicename.patch \ + file://marvell-devicetable.patch \ + file://marvell-gumstix.patch \ + file://sbi-no-inline.patch \ + file://2.6.17-new-pcmcia-layer.patch \ + file://bad-cast.patch \ + file://sk_buff.patch \ + file://struct-changes.patch \ + file://no-more-config-h.patch \ + file://realtime-kernel.patch \ + file://install-properly.patch \ + file://fix-essid-truncation.patch" S = "${WORKDIR}/src_cf8385" |