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/connman/connman-gnome_0.4.bb | 2 +- recipes/connman/connman_0.46.bb | 4 ++-- recipes/connman/connman_0.51.bb | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) (limited to 'recipes/connman') diff --git a/recipes/connman/connman-gnome_0.4.bb b/recipes/connman/connman-gnome_0.4.bb index 3e89174d24..9c5e46b4eb 100644 --- a/recipes/connman/connman-gnome_0.4.bb +++ b/recipes/connman/connman-gnome_0.4.bb @@ -8,7 +8,7 @@ PR = "r7" RRECOMMENDS_${PN} = "connman connman-plugin-ethernet connman-plugin-loopback connman-plugin-udhcp connman-plugin-wifi" SRC_URI = "http://www.kernel.org/pub/linux/network/connman/connman-gnome-${PV}.tar.gz \ - file://phrase-lenght.diff;apply=yes \ + file://phrase-lenght.diff \ file://connman-applet.desktop" inherit autotools gtk-icon-cache diff --git a/recipes/connman/connman_0.46.bb b/recipes/connman/connman_0.46.bb index b82fbd7de2..a7bf286720 100644 --- a/recipes/connman/connman_0.46.bb +++ b/recipes/connman/connman_0.46.bb @@ -32,8 +32,8 @@ EXTRA_OECONF += "\ SRC_URI = "\ http://www.kernel.org/pub/linux/network/connman/connman-${PV}.tar.gz \ - file://link-against-libnl2.patch;apply=yes \ - file://no_system_user_perms.patch;apply=yes \ + file://link-against-libnl2.patch \ + file://no_system_user_perms.patch \ file://connman \ " diff --git a/recipes/connman/connman_0.51.bb b/recipes/connman/connman_0.51.bb index c6629fcbe7..f1c50038b8 100644 --- a/recipes/connman/connman_0.51.bb +++ b/recipes/connman/connman_0.51.bb @@ -32,7 +32,7 @@ EXTRA_OECONF += "\ SRC_URI = "\ http://www.kernel.org/pub/linux/network/connman/connman-${PV}.tar.gz \ - file://link-against-libnl2.patch;apply=yes \ + file://link-against-libnl2.patch \ file://connman \ " -- cgit 1.2.3-korg