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/gtk-webcore/osb-nrcore_svn.bb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'recipes/gtk-webcore/osb-nrcore_svn.bb') diff --git a/recipes/gtk-webcore/osb-nrcore_svn.bb b/recipes/gtk-webcore/osb-nrcore_svn.bb index f924fcb676..5f364e6af6 100644 --- a/recipes/gtk-webcore/osb-nrcore_svn.bb +++ b/recipes/gtk-webcore/osb-nrcore_svn.bb @@ -5,9 +5,9 @@ PV = "0.5.2+svnr${SRCPV}" PR = "r3" SRC_URI = "svn://gtk-webcore.svn.sourceforge.net/svnroot/gtk-webcore/trunk;module=NRCore;proto=https \ - file://gcc4-fno-threadsafe-statics-NRCore.patch;apply=yes \ - file://build_silence.patch;apply=yes;maxdate=20070401 \ - file://path_fixes.patch;apply=yes" + file://gcc4-fno-threadsafe-statics-NRCore.patch \ + file://build_silence.patch;maxdate=20070401 \ + file://path_fixes.patch" S = "${WORKDIR}/NRCore" -- cgit 1.2.3-korg