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/xapian | |
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/xapian')
-rw-r--r-- | packages/xapian/xapian-core_1.0.5.bb | 2 | ||||
-rw-r--r-- | packages/xapian/xapian-core_1.0.7.bb | 2 | ||||
-rw-r--r-- | packages/xapian/xapian-quickstartindex_1.0.bb | 2 | ||||
-rw-r--r-- | packages/xapian/xapian-quickstartsearch_1.0.bb | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/packages/xapian/xapian-core_1.0.5.bb b/packages/xapian/xapian-core_1.0.5.bb index 8ccf9366aa..2af709324f 100644 --- a/packages/xapian/xapian-core_1.0.5.bb +++ b/packages/xapian/xapian-core_1.0.5.bb @@ -4,7 +4,7 @@ SECTION = "devel/libs" PRIORITY = "optional" LICENSE = "GPL" DEPENDS = "zlib" -FILE_PR = "r0" +PR = "r0" SRC_URI = "http://www.oligarchy.co.uk/xapian/1.0.5/xapian-core-${PV}.tar.gz" diff --git a/packages/xapian/xapian-core_1.0.7.bb b/packages/xapian/xapian-core_1.0.7.bb index bc878e4c54..289cae4ead 100644 --- a/packages/xapian/xapian-core_1.0.7.bb +++ b/packages/xapian/xapian-core_1.0.7.bb @@ -4,7 +4,7 @@ SECTION = "devel/libs" PRIORITY = "optional" LICENSE = "GPL" DEPENDS = "zlib" -FILE_PR = "r0" +PR = "r0" SRC_URI = "http://www.oligarchy.co.uk/xapian/${PV}/xapian-core-${PV}.tar.gz" diff --git a/packages/xapian/xapian-quickstartindex_1.0.bb b/packages/xapian/xapian-quickstartindex_1.0.bb index 02bbda0e0f..7a17f7b354 100644 --- a/packages/xapian/xapian-quickstartindex_1.0.bb +++ b/packages/xapian/xapian-quickstartindex_1.0.bb @@ -1,4 +1,4 @@ require xapian-quickstart.inc DESCRIPTION += "This package provides the tool for creating the index." -FILE_PR = "r1" +PR = "r1" diff --git a/packages/xapian/xapian-quickstartsearch_1.0.bb b/packages/xapian/xapian-quickstartsearch_1.0.bb index bc87452aae..c3381f6abd 100644 --- a/packages/xapian/xapian-quickstartsearch_1.0.bb +++ b/packages/xapian/xapian-quickstartsearch_1.0.bb @@ -1,4 +1,4 @@ require xapian-quickstart.inc DESCRIPTION += "This package provides the tool for searching the index." -FILE_PR = "r1" +PR = "r1" |