diff options
author | Koen Kooi <koen@openembedded.org> | 2008-06-10 18:04:39 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2008-06-10 18:04:39 +0000 |
commit | 13acd65e73142f8506c9955fa3363916ed40df6d (patch) | |
tree | 8b036f27bd06f21425ad750d2fa0cc32a06233be /packages/cyrus-sasl | |
parent | f3261401ccc56d2496aa7013efdb98a5c854f07e (diff) |
lots of recipes: bump PR to get postinsts back
* this is not a complete list
* this still doesn't fix the pkg_postinst() type of bugs
Diffstat (limited to 'packages/cyrus-sasl')
-rw-r--r-- | packages/cyrus-sasl/cyrus-sasl_2.1.17.bb | 2 | ||||
-rw-r--r-- | packages/cyrus-sasl/cyrus-sasl_2.1.18.bb | 2 | ||||
-rw-r--r-- | packages/cyrus-sasl/cyrus-sasl_2.1.19.bb | 2 |
3 files changed, 5 insertions, 1 deletions
diff --git a/packages/cyrus-sasl/cyrus-sasl_2.1.17.bb b/packages/cyrus-sasl/cyrus-sasl_2.1.17.bb index 81bac22855..00cad2d6d6 100644 --- a/packages/cyrus-sasl/cyrus-sasl_2.1.17.bb +++ b/packages/cyrus-sasl/cyrus-sasl_2.1.17.bb @@ -3,6 +3,8 @@ DEPENDS = "virtual/db" DESCRIPTION = "Generic client/server library for SASL authentication." LICENSE = "BSD" +PR = "r1" + SRC_URI = "ftp://ftp.andrew.cmu.edu/pub/cyrus-mail/OLD-VERSIONS/sasl/cyrus-sasl-${PV}.tar.gz \ file://configure.patch;patch=1" diff --git a/packages/cyrus-sasl/cyrus-sasl_2.1.18.bb b/packages/cyrus-sasl/cyrus-sasl_2.1.18.bb index e95dceee39..a863d3e5ad 100644 --- a/packages/cyrus-sasl/cyrus-sasl_2.1.18.bb +++ b/packages/cyrus-sasl/cyrus-sasl_2.1.18.bb @@ -3,6 +3,8 @@ DEPENDS = "virtual/db" DESCRIPTION = "Generic client/server library for SASL authentication." LICENSE = "BSD" +PR = "r1" + SRC_URI = "ftp://ftp.andrew.cmu.edu/pub/cyrus-mail/OLD-VERSIONS/sasl/cyrus-sasl-${PV}.tar.gz" inherit autotools diff --git a/packages/cyrus-sasl/cyrus-sasl_2.1.19.bb b/packages/cyrus-sasl/cyrus-sasl_2.1.19.bb index cf7ce75b99..b179298355 100644 --- a/packages/cyrus-sasl/cyrus-sasl_2.1.19.bb +++ b/packages/cyrus-sasl/cyrus-sasl_2.1.19.bb @@ -2,7 +2,7 @@ SECTION = "console/network" DEPENDS = "openssl virtual/db" DESCRIPTION = "Generic client/server library for SASL authentication." LICENSE = "BSD" -PR = "r9" +PR = "r10" SRC_URI = "ftp://ftp.andrew.cmu.edu/pub/cyrus-mail/cyrus-sasl-${PV}.tar.gz \ file://berkdb.m4.patch;patch=1 \ |