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/gimp | |
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/gimp')
-rw-r--r-- | packages/gimp/babl_svn.bb | 2 | ||||
-rw-r--r-- | packages/gimp/gimp_2.2.10.bb | 2 | ||||
-rw-r--r-- | packages/gimp/gimp_2.3.10.bb | 2 | ||||
-rw-r--r-- | packages/gimp/gimp_2.3.7.bb | 2 | ||||
-rw-r--r-- | packages/gimp/gimp_2.3.8.bb | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/packages/gimp/babl_svn.bb b/packages/gimp/babl_svn.bb index d70e988b9d..a98cb0a057 100644 --- a/packages/gimp/babl_svn.bb +++ b/packages/gimp/babl_svn.bb @@ -3,7 +3,7 @@ LICENSE = "LGPL" SRCREV = "349" PV = "0.0.23+svn${SRCREV}" -FILE_PR = "r1" +PR = "r1" inherit gnome diff --git a/packages/gimp/gimp_2.2.10.bb b/packages/gimp/gimp_2.2.10.bb index 8c5c91ae9f..3719e2d5e5 100644 --- a/packages/gimp/gimp_2.2.10.bb +++ b/packages/gimp/gimp_2.2.10.bb @@ -1,4 +1,4 @@ require gimp.inc -FILE_PR = "r1" +PR = "r1" diff --git a/packages/gimp/gimp_2.3.10.bb b/packages/gimp/gimp_2.3.10.bb index da6671363b..b06687c06d 100644 --- a/packages/gimp/gimp_2.3.10.bb +++ b/packages/gimp/gimp_2.3.10.bb @@ -1,3 +1,3 @@ require gimp.inc -FILE_PR = "r3" +PR = "r3" diff --git a/packages/gimp/gimp_2.3.7.bb b/packages/gimp/gimp_2.3.7.bb index c45555b35a..7e72e74695 100644 --- a/packages/gimp/gimp_2.3.7.bb +++ b/packages/gimp/gimp_2.3.7.bb @@ -1,2 +1,2 @@ require gimp.inc -FILE_PR = "r1" +PR = "r1" diff --git a/packages/gimp/gimp_2.3.8.bb b/packages/gimp/gimp_2.3.8.bb index c45555b35a..7e72e74695 100644 --- a/packages/gimp/gimp_2.3.8.bb +++ b/packages/gimp/gimp_2.3.8.bb @@ -1,2 +1,2 @@ require gimp.inc -FILE_PR = "r1" +PR = "r1" |