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/smpeg/smpeg_0.4.4+0.4.5cvs20040311.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'recipes/smpeg/smpeg_0.4.4+0.4.5cvs20040311.bb') diff --git a/recipes/smpeg/smpeg_0.4.4+0.4.5cvs20040311.bb b/recipes/smpeg/smpeg_0.4.4+0.4.5cvs20040311.bb index 2fc76895ad..0fac6318a8 100644 --- a/recipes/smpeg/smpeg_0.4.4+0.4.5cvs20040311.bb +++ b/recipes/smpeg/smpeg_0.4.4+0.4.5cvs20040311.bb @@ -6,8 +6,8 @@ DEPENDS = "virtual/libsdl" PROVIDES = "smpeg" SRC_URI = "cvs://anonymous:anonymous@cvs.icculus.org/cvs/cvsroot;module=smpeg;date=20040311 \ - file://m4.patch;apply=yes \ - file://compile.patch;apply=yes" + file://m4.patch \ + file://compile.patch" S = "${WORKDIR}/smpeg" inherit autotools -- cgit 1.2.3-korg