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/gpephone/phoneserver_1.0.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'recipes/gpephone/phoneserver_1.0.bb') diff --git a/recipes/gpephone/phoneserver_1.0.bb b/recipes/gpephone/phoneserver_1.0.bb index 96f2f02ebb..e2adf2c3f3 100644 --- a/recipes/gpephone/phoneserver_1.0.bb +++ b/recipes/gpephone/phoneserver_1.0.bb @@ -11,8 +11,8 @@ DEPENDS = "dbus-glib glib-2.0 libmsgenabler libabenabler" GPE_TARBALL_SUFFIX= "bz2" inherit gpephone autotools -SRC_URI_append_x86 = " file://changeport.patch;apply=yes;striplevel=0" -SRC_URI_append_om-gta01 = " file://phoneserver-gta01.patch;apply=yes" +SRC_URI_append_x86 = " file://changeport.patch;striplevel=0" +SRC_URI_append_om-gta01 = " file://phoneserver-gta01.patch" SRC_URI[md5sum] = "6f6450c4e762059e790216b15b5930e6" -- cgit 1.2.3-korg