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/gnome/orbit2.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'recipes/gnome/orbit2.inc') diff --git a/recipes/gnome/orbit2.inc b/recipes/gnome/orbit2.inc index 14ee62796b..157d8d9230 100644 --- a/recipes/gnome/orbit2.inc +++ b/recipes/gnome/orbit2.inc @@ -2,8 +2,8 @@ LICENSE = "GPL" DESCRIPTION = "CORBA ORB" SECTION = "x11/gnome/libs" SRC_URI = "http://ftp.gnome.org/pub/GNOME/sources/ORBit2/2.14/ORBit2-${PV}.tar.bz2 \ - file://configure-lossage.patch;apply=yes \ - file://pkgconfig-fix.patch;apply=yes \ + file://configure-lossage.patch \ + file://pkgconfig-fix.patch \ file://gtk-doc.m4 \ file://gtk-doc.make" DEPENDS = "libidl popt orbit2-native gtk-doc" -- cgit 1.2.3-korg