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/cyrus-imapd | |
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/cyrus-imapd')
-rw-r--r-- | recipes/cyrus-imapd/cyrus-imapd_2.2.12.bb | 10 | ||||
-rw-r--r-- | recipes/cyrus-imapd/cyrus-imapd_2.2.5.bb | 4 |
2 files changed, 7 insertions, 7 deletions
diff --git a/recipes/cyrus-imapd/cyrus-imapd_2.2.12.bb b/recipes/cyrus-imapd/cyrus-imapd_2.2.12.bb index ba6a6284d7..c5ccd2c09b 100644 --- a/recipes/cyrus-imapd/cyrus-imapd_2.2.12.bb +++ b/recipes/cyrus-imapd/cyrus-imapd_2.2.12.bb @@ -4,15 +4,15 @@ LICENSE = "BSD" PR = "r12" SRC_URI = "ftp://ftp.andrew.cmu.edu/pub/cyrus-mail/cyrus-imapd-${PV}.tar.gz \ - file://autotools.patch;patch=1 \ - file://tail.patch;patch=1 \ - file://imapopts.c.gcc4.patch;patch=1 \ - file://imapopts.h.gcc4.patch;patch=1 \ + file://autotools.patch;apply=yes \ + file://tail.patch;apply=yes \ + file://imapopts.c.gcc4.patch;apply=yes \ + file://imapopts.h.gcc4.patch;apply=yes \ file://cyrus \ file://cyrus.conf_2.2 \ file://imapd.conf_2.2 \ file://volatiles \ - file://remove-install-strip.patch;patch=1 \ + file://remove-install-strip.patch;apply=yes \ " inherit autotools update-rc.d diff --git a/recipes/cyrus-imapd/cyrus-imapd_2.2.5.bb b/recipes/cyrus-imapd/cyrus-imapd_2.2.5.bb index 350fd790d5..af6df3e0e5 100644 --- a/recipes/cyrus-imapd/cyrus-imapd_2.2.5.bb +++ b/recipes/cyrus-imapd/cyrus-imapd_2.2.5.bb @@ -4,8 +4,8 @@ PR = "r2" LICENSE = "BSD" SRC_URI = "ftp://ftp.andrew.cmu.edu/pub/cyrus-mail/OLD-VERSIONS/imap/cyrus-imapd-${PV}.tar.gz \ - file://autotools.patch;patch=1 \ - file://tail.patch;patch=1" + file://autotools.patch;apply=yes \ + file://tail.patch;apply=yes" inherit autotools |