diff options
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 a764f1335f..09930edf11 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" -PR = "r2" +FILE_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 932f1a6d62..58ab038e46 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" -PR = "r2" +FILE_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 7f4385473c..498df13327 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}" -PR = "r0" +FILE_PR = "r0" inherit gpe pkgconfig |