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/mgetty/mgetty_1.1.30.bb | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'recipes/mgetty/mgetty_1.1.30.bb') diff --git a/recipes/mgetty/mgetty_1.1.30.bb b/recipes/mgetty/mgetty_1.1.30.bb index fabb2b9cfb..0289f3ca09 100644 --- a/recipes/mgetty/mgetty_1.1.30.bb +++ b/recipes/mgetty/mgetty_1.1.30.bb @@ -8,7 +8,7 @@ PR ="r4" # The source can no longer be found at ${DEBIAN_MIRROR}/main/m/mgetty/mgetty_${PV}.orig.tar.gz # so the nslu2-linux project has mirrored it until someone updates this package to a newer version. SRC_URI = "http://nslu.sf.net/downloads/mgetty_1.1.30.orig.tar.gz \ - file://debian.patch;apply=yes \ + file://debian.patch \ file://00-g3_Makefile;apply=yes \ file://01-adjust-path;apply=yes \ file://02-pending-fix-includes;apply=yes \ @@ -37,9 +37,9 @@ SRC_URI = "http://nslu.sf.net/downloads/mgetty_1.1.30.orig.tar.gz \ file://50-pending-voice-zoom-2949l-c;apply=yes \ file://51-pending-faxq-time;apply=yes \ file://52-pending-metamail;apply=yes \ - file://install.patch;apply=yes \ - file://newslock_ldflags.patch;apply=yes \ - file://faxqhelper_ldflags.patch;apply=yes \ + file://install.patch \ + file://newslock_ldflags.patch \ + file://faxqhelper_ldflags.patch \ file://policy.h \ file://voice-defs.h" -- cgit 1.2.3-korg