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/gpdf | |
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/gpdf')
-rw-r--r-- | packages/gpdf/gpdf_2.10.0.bb | 2 | ||||
-rw-r--r-- | packages/gpdf/gpdf_2.7.90.bb | 2 | ||||
-rw-r--r-- | packages/gpdf/gpdf_2.8.0.bb | 2 | ||||
-rw-r--r-- | packages/gpdf/gpdf_2.8.2.bb | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/packages/gpdf/gpdf_2.10.0.bb b/packages/gpdf/gpdf_2.10.0.bb index 280a5acd15..30c42dcb0c 100644 --- a/packages/gpdf/gpdf_2.10.0.bb +++ b/packages/gpdf/gpdf_2.10.0.bb @@ -1,6 +1,6 @@ LICENSE = "GPL" SECTION = "x11/utils" -FILE_PR = "r0" +PR = "r0" inherit gnome diff --git a/packages/gpdf/gpdf_2.7.90.bb b/packages/gpdf/gpdf_2.7.90.bb index 76fd6b4b39..975523530a 100644 --- a/packages/gpdf/gpdf_2.7.90.bb +++ b/packages/gpdf/gpdf_2.7.90.bb @@ -1,6 +1,6 @@ LICENSE = "GPL" SECTION = "x11/utils" -FILE_PR = "r2" +PR = "r2" inherit gnome gettext diff --git a/packages/gpdf/gpdf_2.8.0.bb b/packages/gpdf/gpdf_2.8.0.bb index eb97e3964c..b4afdb02b8 100644 --- a/packages/gpdf/gpdf_2.8.0.bb +++ b/packages/gpdf/gpdf_2.8.0.bb @@ -1,6 +1,6 @@ LICENSE = "GPL" SECTION = "x11/utils" -FILE_PR = "r0" +PR = "r0" inherit gnome diff --git a/packages/gpdf/gpdf_2.8.2.bb b/packages/gpdf/gpdf_2.8.2.bb index 8472e0d01a..3943ff93e1 100644 --- a/packages/gpdf/gpdf_2.8.2.bb +++ b/packages/gpdf/gpdf_2.8.2.bb @@ -1,6 +1,6 @@ LICENSE = "GPL" SECTION = "x11/utils" -FILE_PR = "r0" +PR = "r0" inherit gnome |