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/sylpheed | |
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/sylpheed')
-rw-r--r-- | recipes/sylpheed/claws-mail_3.6.1.bb | 8 | ||||
-rw-r--r-- | recipes/sylpheed/claws-plugin-mailmbox_1.14.bb | 2 | ||||
-rw-r--r-- | recipes/sylpheed/sylpheed_2.2.9.bb | 6 |
3 files changed, 8 insertions, 8 deletions
diff --git a/recipes/sylpheed/claws-mail_3.6.1.bb b/recipes/sylpheed/claws-mail_3.6.1.bb index ee9e244369..f4e12e6fbf 100644 --- a/recipes/sylpheed/claws-mail_3.6.1.bb +++ b/recipes/sylpheed/claws-mail_3.6.1.bb @@ -9,10 +9,10 @@ inherit autotools pkgconfig # translation patch: http://www.thewildbeast.co.uk/claws-mail/bugzilla/show_bug.cgi?id=1774 SRC_URI = "\ ${SOURCEFORGE_MIRROR}/sylpheed-claws/claws-mail-${PV}.tar.bz2;name=archive \ - http://www.penguin.cz/~utx/ftp/claws-mail/claws-mail-${PV}-po-update.patch;patch=1;name=patch \ - file://desktop.patch;patch=1 \ - file://claws-mail-g_strcmp0.patch;patch=1 \ - file://duplicate-header.patch;patch=1 \ + http://www.penguin.cz/~utx/ftp/claws-mail/claws-mail-${PV}-po-update.patch;apply=yes;name=patch \ + file://desktop.patch;apply=yes \ + file://claws-mail-g_strcmp0.patch;apply=yes \ + file://duplicate-header.patch;apply=yes \ " do_configure_append() { diff --git a/recipes/sylpheed/claws-plugin-mailmbox_1.14.bb b/recipes/sylpheed/claws-plugin-mailmbox_1.14.bb index fd11d209a8..c258c16f1d 100644 --- a/recipes/sylpheed/claws-plugin-mailmbox_1.14.bb +++ b/recipes/sylpheed/claws-plugin-mailmbox_1.14.bb @@ -5,7 +5,7 @@ LICENSE = "GPL" PR = "r2" SRC_URI = "http://www.claws-mail.org/downloads/plugins/mailmbox-${PV}.tar.gz\ - file://claws-plugin-mailmbox-fixup.patch;patch=1" + file://claws-plugin-mailmbox-fixup.patch;apply=yes" inherit autotools pkgconfig diff --git a/recipes/sylpheed/sylpheed_2.2.9.bb b/recipes/sylpheed/sylpheed_2.2.9.bb index 849e637e7b..592ed800d4 100644 --- a/recipes/sylpheed/sylpheed_2.2.9.bb +++ b/recipes/sylpheed/sylpheed_2.2.9.bb @@ -5,9 +5,9 @@ LICENSE = "GPL" PR = "r0" SRC_URI = "http://sylpheed.good-day.net/sylpheed/v2.2/sylpheed-${PV}.tar.bz2 \ - file://sylpheed-2.2.2-libsylph-Makefile-am.patch;patch=1 \ - file://sylpheed-2.2.2-src-Makefile-am.patch;patch=1 \ - file://sylpheed-gnutls_2.2.4.patch;patch=1" + file://sylpheed-2.2.2-libsylph-Makefile-am.patch;apply=yes \ + file://sylpheed-2.2.2-src-Makefile-am.patch;apply=yes \ + file://sylpheed-gnutls_2.2.4.patch;apply=yes" FILES_${PN} = "${bindir} ${datadir}/pixmaps ${datadir}/applications" |