From 6fe7cef27069415f2eba36bc640cf59013d4979b Mon Sep 17 00:00:00 2001 From: Chris Larson Date: Mon, 24 May 2010 13:01:00 -0700 Subject: 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 Acked-by: Denys Dmytriyenko Acked-by: Khem Raj --- recipes/ipkg-utils/ipkg-link_1.6+cvs20050404.bb | 2 +- recipes/ipkg-utils/ipkg-utils_1.6+cvs20050404.bb | 14 +++++++------- 2 files changed, 8 insertions(+), 8 deletions(-) (limited to 'recipes/ipkg-utils') 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" -- cgit 1.2.3-korg