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/opensync | |
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/opensync')
-rw-r--r-- | recipes/opensync/libopensync-plugin-syncml-client-plugin_0.1.bb | 4 | ||||
-rw-r--r-- | recipes/opensync/libopensync_0.36.bb | 6 | ||||
-rw-r--r-- | recipes/opensync/libsyncml_0.4.6.bb | 2 | ||||
-rw-r--r-- | recipes/opensync/syncml-client_0.1.bb | 2 | ||||
-rw-r--r-- | recipes/opensync/wbxml2_0.9.2.bb | 16 |
5 files changed, 15 insertions, 15 deletions
diff --git a/recipes/opensync/libopensync-plugin-syncml-client-plugin_0.1.bb b/recipes/opensync/libopensync-plugin-syncml-client-plugin_0.1.bb index a81417bf7e..cc20a254bc 100644 --- a/recipes/opensync/libopensync-plugin-syncml-client-plugin_0.1.bb +++ b/recipes/opensync/libopensync-plugin-syncml-client-plugin_0.1.bb @@ -1,8 +1,8 @@ PR = "r1" SRC_URI = "svn://svn.opensync.org/plugins/syncml-client/plugin/tags;module=release-${PV};proto=http \ - file://missing-syncml-config.patch;patch=1 \ - file://syncml-client-plugin-cpp.patch;patch=1" + file://missing-syncml-config.patch;apply=yes \ + file://syncml-client-plugin-cpp.patch;apply=yes" S = "${WORKDIR}/release-${PV}" diff --git a/recipes/opensync/libopensync_0.36.bb b/recipes/opensync/libopensync_0.36.bb index 12a894412f..d97e0937ef 100644 --- a/recipes/opensync/libopensync_0.36.bb +++ b/recipes/opensync/libopensync_0.36.bb @@ -4,9 +4,9 @@ HOMEPAGE = "http://www.opensync.org/" DEPENDS = "sqlite3 libxml2 glib-2.0 check" SRC_URI = "http://opensync.org/download/releases/${PV}/libopensync-${PV}.tar.bz2\ - file://cmake.patch;patch=1 \ - file://build-in-src.patch;patch=1 \ - file://no-python-check.patch;patch=1" + file://cmake.patch;apply=yes \ + file://build-in-src.patch;apply=yes \ + file://no-python-check.patch;apply=yes" inherit cmake pkgconfig diff --git a/recipes/opensync/libsyncml_0.4.6.bb b/recipes/opensync/libsyncml_0.4.6.bb index d6956c51a7..8941c77d87 100644 --- a/recipes/opensync/libsyncml_0.4.6.bb +++ b/recipes/opensync/libsyncml_0.4.6.bb @@ -4,7 +4,7 @@ LICENSE = "LGPL" DEPENDS = "sed-native wbxml2 libsoup libxml2 bluez-libs openobex" SRC_URI = "http://libsyncml.opensync.org/download/releases/${PV}/libsyncml-${PV}.tar.bz2 \ - file://build-in-src.patch;patch=1" + file://build-in-src.patch;apply=yes" inherit cmake pkgconfig diff --git a/recipes/opensync/syncml-client_0.1.bb b/recipes/opensync/syncml-client_0.1.bb index e971624c8f..207af5f438 100644 --- a/recipes/opensync/syncml-client_0.1.bb +++ b/recipes/opensync/syncml-client_0.1.bb @@ -5,7 +5,7 @@ DESCRIPTION = "Linux port of the Funambol C++ SyncML client connector." PR ="r1" SRC_URI = "http://hem.bredband.net/miko22/${P}.tar.gz \ - file://syncml-client-pc-in-cross.patch;patch=1 " + file://syncml-client-pc-in-cross.patch;apply=yes " inherit autotools pkgconfig diff --git a/recipes/opensync/wbxml2_0.9.2.bb b/recipes/opensync/wbxml2_0.9.2.bb index 1722d0e47e..fa37a36855 100644 --- a/recipes/opensync/wbxml2_0.9.2.bb +++ b/recipes/opensync/wbxml2_0.9.2.bb @@ -4,14 +4,14 @@ LICENSE = "LGPL" DEPENDS = "expat popt" SRC_URI = "${SOURCEFORGE_MIRROR}/wbxmllib/${PN}-${PV}.tar.gz \ - file://00-fix-includes.patch;patch=1 \ - file://01-anonymous-support-and-misc-fixes.patch;patch=1 \ - file://02-namespaces.patch;patch=1 \ - file://04_saxlike_entity_parsing.patch;patch=1 \ - file://05-syncml-fixes.patch;patch=1 \ - file://06-no-install-docs.patch;patch=1 \ - file://07-current_attr_null.patch;patch=1 \ - file://08-maxsize-translation-table.patch;patch=1;pnum=0 \ + file://00-fix-includes.patch;apply=yes \ + file://01-anonymous-support-and-misc-fixes.patch;apply=yes \ + file://02-namespaces.patch;apply=yes \ + file://04_saxlike_entity_parsing.patch;apply=yes \ + file://05-syncml-fixes.patch;apply=yes \ + file://06-no-install-docs.patch;apply=yes \ + file://07-current_attr_null.patch;apply=yes \ + file://08-maxsize-translation-table.patch;apply=yes;striplevel=0 \ " inherit autotools pkgconfig |