diff options
author | Chris Larson <chris_larson@mentor.com> | 2010-05-23 20:23:53 -0700 |
---|---|---|
committer | Chris Larson <chris_larson@mentor.com> | 2010-05-25 12:53:41 -0700 |
commit | bf7d0467a0788a7fcc1c96e0dc35a25ae09278a0 (patch) | |
tree | 96f28e2f5133d68c3e3dadabaa2339340671454f /recipes/connman | |
parent | fab0af3aefee22b21541e403d3c356a6979bfa63 (diff) |
Rename url params patch=<ignored>/pnum=<n> to apply={yes,no}/striplevel=<n>
I think this makes the behavior rather more clear.
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.bb | 2 | ||||
-rw-r--r-- | recipes/connman/connman_0.46.bb | 4 | ||||
-rw-r--r-- | recipes/connman/connman_0.51.bb | 2 |
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 85640291ff..3e89174d24 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;patch=1 \ + file://phrase-lenght.diff;apply=yes \ 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 862765fda9..b82fbd7de2 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;patch=1 \ - file://no_system_user_perms.patch;patch=1 \ + file://link-against-libnl2.patch;apply=yes \ + file://no_system_user_perms.patch;apply=yes \ file://connman \ " diff --git a/recipes/connman/connman_0.51.bb b/recipes/connman/connman_0.51.bb index 2d13049b93..c6629fcbe7 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;patch=1 \ + file://link-against-libnl2.patch;apply=yes \ file://connman \ " |