diff options
author | Holger Hans Peter Freyther <zecke@selfish.org> | 2008-10-15 10:56:42 +0200 |
---|---|---|
committer | Holger Hans Peter Freyther <zecke@selfish.org> | 2008-10-18 18:02:07 +0200 |
commit | c0b6dd9b41279ff00c5a90e49108945a0fee9cdd (patch) | |
tree | cfeff92229e10bf27533dc5309e42213e5bdee8f /packages/apr | |
parent | e769c7fbe16294b2c5306edfafa1ec821b7b138c (diff) |
bb files: Revert the introduction of FILE_PR
This is a partial revert of aa03004ace2fabb135a6208ef8c2d2b312aa7b0b. The
approach that was taken leads to disagreement and the change was pushed
too early. DISTRO_PR is going to say and will be used inside the package
creation. There will be more disucssion on the list about where to continue
from here.
Diffstat (limited to 'packages/apr')
-rw-r--r-- | packages/apr/apr-util_0.9.12.bb | 2 | ||||
-rw-r--r-- | packages/apr/apr-util_1.2.12.bb | 2 | ||||
-rw-r--r-- | packages/apr/apr-util_1.2.7.bb | 2 | ||||
-rw-r--r-- | packages/apr/apr_0.9.12.bb | 2 | ||||
-rw-r--r-- | packages/apr/apr_1.2.12.bb | 2 | ||||
-rw-r--r-- | packages/apr/apr_1.2.7.bb | 2 |
6 files changed, 6 insertions, 6 deletions
diff --git a/packages/apr/apr-util_0.9.12.bb b/packages/apr/apr-util_0.9.12.bb index 48eb85410d..d5964added 100644 --- a/packages/apr/apr-util_0.9.12.bb +++ b/packages/apr/apr-util_0.9.12.bb @@ -3,7 +3,7 @@ SECTION = "libs" DEPENDS = "apr expat gdbm" LICENSE = "Apache" HOMEPAGE = "http://apr.apache.org" -FILE_PR = "r1" +PR = "r1" SRC_URI = "${APACHE_MIRROR}/apr/${P}.tar.gz \ file://gen_uri_delims.patch;patch=1 \ diff --git a/packages/apr/apr-util_1.2.12.bb b/packages/apr/apr-util_1.2.12.bb index 138d23300e..64f6bcbcf8 100644 --- a/packages/apr/apr-util_1.2.12.bb +++ b/packages/apr/apr-util_1.2.12.bb @@ -3,7 +3,7 @@ SECTION = "libs" DEPENDS = "apr expat gdbm" LICENSE = "Apache License, Version 2.0" -FILE_PR = "r2" +PR = "r2" # apache mirrors? SRC_URI = "${APACHE_MIRROR}/apr/${P}.tar.gz \ diff --git a/packages/apr/apr-util_1.2.7.bb b/packages/apr/apr-util_1.2.7.bb index a288cb3986..5f019d624e 100644 --- a/packages/apr/apr-util_1.2.7.bb +++ b/packages/apr/apr-util_1.2.7.bb @@ -3,7 +3,7 @@ SECTION = "libs" DEPENDS = "apr expat gdbm" LICENSE = "Apache License, Version 2.0" -FILE_PR = "r3" +PR = "r3" # apache mirrors? SRC_URI = "${APACHE_MIRROR}/apr/${P}.tar.gz \ diff --git a/packages/apr/apr_0.9.12.bb b/packages/apr/apr_0.9.12.bb index 958f2cc426..43324b3b66 100644 --- a/packages/apr/apr_0.9.12.bb +++ b/packages/apr/apr_0.9.12.bb @@ -2,7 +2,7 @@ DESCRIPTION = "Apache Portable Runtime (APR) library" SECTION = "libs" LICENSE = "Apache" HOMEPAGE = "http://apr.apache.org" -FILE_PR = "r1" +PR = "r1" SRC_URI = "${APACHE_MIRROR}/apr/apr-${PV}.tar.bz2" diff --git a/packages/apr/apr_1.2.12.bb b/packages/apr/apr_1.2.12.bb index a76e80ba0f..923e9b380c 100644 --- a/packages/apr/apr_1.2.12.bb +++ b/packages/apr/apr_1.2.12.bb @@ -2,7 +2,7 @@ DESCRIPTION = "Apache Portable Runtime (APR) library" SECTION = "libs" LICENSE = "Apache License, Version 2.0" -FILE_PR = "r0" +PR = "r0" # apache mirrors? SRC_URI = "${APACHE_MIRROR}/apr/${P}.tar.bz2 \ diff --git a/packages/apr/apr_1.2.7.bb b/packages/apr/apr_1.2.7.bb index 061c90097f..16365d7998 100644 --- a/packages/apr/apr_1.2.7.bb +++ b/packages/apr/apr_1.2.7.bb @@ -2,7 +2,7 @@ DESCRIPTION = "Apache Portable Runtime (APR) library" SECTION = "libs" LICENSE = "Apache License, Version 2.0" -FILE_PR = "r2" +PR = "r2" # apache mirrors? SRC_URI = "${APACHE_MIRROR}/apr/${P}.tar.bz2 \ |