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/maemo | |
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/maemo')
-rw-r--r-- | packages/maemo/audiofile_0.2.6-3osso4.bb | 2 | ||||
-rw-r--r-- | packages/maemo/libosso-help_1.0.01.bb | 2 | ||||
-rw-r--r-- | packages/maemo/libosso_0.8.9.bb | 2 | ||||
-rw-r--r-- | packages/maemo/xpext_1.0-5.bb | 2 | ||||
-rw-r--r-- | packages/maemo/xsp_1.0.0-8.bb | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/packages/maemo/audiofile_0.2.6-3osso4.bb b/packages/maemo/audiofile_0.2.6-3osso4.bb index 3bec9a7cf6..7b9e0c1cbe 100644 --- a/packages/maemo/audiofile_0.2.6-3osso4.bb +++ b/packages/maemo/audiofile_0.2.6-3osso4.bb @@ -1,5 +1,5 @@ DEFAULT_PREFERENCE = "-1" -FILE_PR = "r0" +PR = "r0" SECTION = "libs" LICENSE = "LGPL GPL" DESCRIPTION = "The Audio File Library provides a uniform and elegant \ diff --git a/packages/maemo/libosso-help_1.0.01.bb b/packages/maemo/libosso-help_1.0.01.bb index d0b0753469..867cc66b7d 100644 --- a/packages/maemo/libosso-help_1.0.01.bb +++ b/packages/maemo/libosso-help_1.0.01.bb @@ -1,5 +1,5 @@ LICENSE = "LGPL" -FILE_PR = "r0" +PR = "r0" DEPENDS = "libosso hildon-lgpl hildon-base-lib hildon-libs" SRC_URI = "http://repository.maemo.org/pool/maemo/ossw/source/libo/${PN}/libosso-help_${PV}.tar.gz \ diff --git a/packages/maemo/libosso_0.8.9.bb b/packages/maemo/libosso_0.8.9.bb index 196ce448f8..90767d78d1 100644 --- a/packages/maemo/libosso_0.8.9.bb +++ b/packages/maemo/libosso_0.8.9.bb @@ -1,5 +1,5 @@ LICENSE = "LGPL" -FILE_PR = "r2" +PR = "r2" DEPENDS = "glib-2.0 dbus outo" SRC_URI = "http://repository.maemo.org/pool/maemo/ossw/source/libo/libosso/libosso_${PV}-1.tar.gz" diff --git a/packages/maemo/xpext_1.0-5.bb b/packages/maemo/xpext_1.0-5.bb index 7f626a4068..71fcad27cf 100644 --- a/packages/maemo/xpext_1.0-5.bb +++ b/packages/maemo/xpext_1.0-5.bb @@ -1,4 +1,4 @@ -FILE_PR = "r1" +PR = "r1" LICENSE= "MIT" DESCRIPTION = "X Server Nokia 770 extensions library" SECTION = "x11/libs" diff --git a/packages/maemo/xsp_1.0.0-8.bb b/packages/maemo/xsp_1.0.0-8.bb index da658d098a..f4f872e57f 100644 --- a/packages/maemo/xsp_1.0.0-8.bb +++ b/packages/maemo/xsp_1.0.0-8.bb @@ -1,4 +1,4 @@ -FILE_PR = "r1" +PR = "r1" LICENSE= "MIT" DESCRIPTION = "X Server Nokia 770 extensions library" SECTION = "x11/libs" |