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/detect-stylus | |
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/detect-stylus')
-rw-r--r-- | packages/detect-stylus/detect-stylus_0.10.bb | 2 | ||||
-rw-r--r-- | packages/detect-stylus/detect-stylus_0.13.bb | 2 | ||||
-rw-r--r-- | packages/detect-stylus/detect-stylus_svn.bb | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/packages/detect-stylus/detect-stylus_0.10.bb b/packages/detect-stylus/detect-stylus_0.10.bb index 09930edf11..a764f1335f 100644 --- a/packages/detect-stylus/detect-stylus_0.10.bb +++ b/packages/detect-stylus/detect-stylus_0.10.bb @@ -1,7 +1,7 @@ inherit gpe pkgconfig LICENSE = "GPL" -FILE_PR = "r2" +PR = "r2" DEPENDS = "virtual/libx11 xrdb xcursor-transparent-theme" RDEPENDS = "xrdb xcursor-transparent-theme" diff --git a/packages/detect-stylus/detect-stylus_0.13.bb b/packages/detect-stylus/detect-stylus_0.13.bb index 58ab038e46..932f1a6d62 100644 --- a/packages/detect-stylus/detect-stylus_0.13.bb +++ b/packages/detect-stylus/detect-stylus_0.13.bb @@ -1,7 +1,7 @@ inherit gpe pkgconfig LICENSE = "GPL" -FILE_PR = "r2" +PR = "r2" DEPENDS = "virtual/libx11 xcursor-transparent-theme xrdb" SECTION = "gpe" diff --git a/packages/detect-stylus/detect-stylus_svn.bb b/packages/detect-stylus/detect-stylus_svn.bb index 498df13327..7f4385473c 100644 --- a/packages/detect-stylus/detect-stylus_svn.bb +++ b/packages/detect-stylus/detect-stylus_svn.bb @@ -4,7 +4,7 @@ LICENSE = "GPL" DEPENDS = "virtual/libx11 xcursor-transparent-theme xrdb" RDEPENDS = "xrdb" PV = "0.13+svn${SRCDATE}" -FILE_PR = "r0" +PR = "r0" inherit gpe pkgconfig |