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/ipkg-utils | |
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/ipkg-utils')
-rw-r--r-- | recipes/ipkg-utils/ipkg-link_1.6+cvs20050404.bb | 2 | ||||
-rw-r--r-- | recipes/ipkg-utils/ipkg-utils_1.6+cvs20050404.bb | 14 |
2 files changed, 8 insertions, 8 deletions
diff --git a/recipes/ipkg-utils/ipkg-link_1.6+cvs20050404.bb b/recipes/ipkg-utils/ipkg-link_1.6+cvs20050404.bb index 6cd8af1df5..6687129a3a 100644 --- a/recipes/ipkg-utils/ipkg-link_1.6+cvs20050404.bb +++ b/recipes/ipkg-utils/ipkg-link_1.6+cvs20050404.bb @@ -6,7 +6,7 @@ SRCDATE = "20050930" PR = "r4" SRC_URI = "${HANDHELDS_CVS};module=ipkg-utils \ - file://link-vfat-libs.patch;apply=yes" + file://link-vfat-libs.patch" S = "${WORKDIR}/ipkg-utils" diff --git a/recipes/ipkg-utils/ipkg-utils_1.6+cvs20050404.bb b/recipes/ipkg-utils/ipkg-utils_1.6+cvs20050404.bb index 503208f7e4..98b0cf7cdf 100644 --- a/recipes/ipkg-utils/ipkg-utils_1.6+cvs20050404.bb +++ b/recipes/ipkg-utils/ipkg-utils_1.6+cvs20050404.bb @@ -8,13 +8,13 @@ SRCDATE = "20050930" PR = "r24" SRC_URI = "${HANDHELDS_CVS};module=ipkg-utils \ - file://ipkg-utils-fix.patch;apply=yes \ - file://ipkg-py-sane-vercompare.patch;apply=yes \ - file://ipkg-py-tarfile.patch;apply=yes \ - file://arfile_even_alignment.patch;apply=yes \ - file://ipkg-make-index-track-stamps.patch;apply=yes \ - file://fields_tweaks.patch;apply=yes \ - file://ipkg-env.patch;apply=yes \ + file://ipkg-utils-fix.patch \ + file://ipkg-py-sane-vercompare.patch \ + file://ipkg-py-tarfile.patch \ + file://arfile_even_alignment.patch \ + file://ipkg-make-index-track-stamps.patch \ + file://fields_tweaks.patch \ + file://ipkg-env.patch \ " S = "${WORKDIR}/ipkg-utils" |