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/pcmcia-cs | |
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/pcmcia-cs')
-rw-r--r-- | recipes/pcmcia-cs/pcmcia-cs_3.2.8.bb | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/recipes/pcmcia-cs/pcmcia-cs_3.2.8.bb b/recipes/pcmcia-cs/pcmcia-cs_3.2.8.bb index fa7ff91cc7..155a217289 100644 --- a/recipes/pcmcia-cs/pcmcia-cs_3.2.8.bb +++ b/recipes/pcmcia-cs/pcmcia-cs_3.2.8.bb @@ -10,21 +10,21 @@ RDEPENDS = "hostap-conf orinoco-conf" PR = "r28" SRC_URI = "${SOURCEFORGE_MIRROR}/pcmcia-cs/pcmcia-cs-${PV}.tar.gz \ - file://busybox.patch;apply=yes \ - file://network.patch;apply=yes \ - file://pcic-extra.patch;apply=yes \ - file://automount.patch;apply=yes \ - file://ratoc-cfu1u.patch;apply=yes \ - file://no-hostap-cards.patch;apply=yes \ - file://gcc4_fixes.patch;apply=yes \ + file://busybox.patch \ + file://network.patch \ + file://pcic-extra.patch \ + file://automount.patch \ + file://ratoc-cfu1u.patch \ + file://no-hostap-cards.patch \ + file://gcc4_fixes.patch \ file://pcmcia \ file://ide.opts \ file://wireless.opts \ file://network.conf \ file://wnv.conf" -SRC_URI_append_spitz = " file://nocleanup.patch;apply=yes" -SRC_URI_append_sh3 = " file://superh-noO3.patch;apply=yes" +SRC_URI_append_spitz = " file://nocleanup.patch" +SRC_URI_append_sh3 = " file://superh-noO3.patch" S = "${WORKDIR}/pcmcia-cs-${PV}" |