aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/connman
diff options
context:
space:
mode:
authorChris Larson <chris_larson@mentor.com>2010-05-24 13:01:00 -0700
committerChris Larson <chris_larson@mentor.com>2010-05-25 12:54:52 -0700
commit6fe7cef27069415f2eba36bc640cf59013d4979b (patch)
treeb0cb8845ddc6b8bcffc50e08a2eeae98e049be98 /recipes/connman
parentbf7d0467a0788a7fcc1c96e0dc35a25ae09278a0 (diff)
downloadopenembedded-6fe7cef27069415f2eba36bc640cf59013d4979b.tar.gz
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 <chris_larson@mentor.com> Acked-by: Denys Dmytriyenko <denis@denix.org> Acked-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'recipes/connman')
-rw-r--r--recipes/connman/connman-gnome_0.4.bb2
-rw-r--r--recipes/connman/connman_0.46.bb4
-rw-r--r--recipes/connman/connman_0.51.bb2
3 files changed, 4 insertions, 4 deletions
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 \
"