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 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 |