aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/xorg-lib
diff options
context:
space:
mode:
authorStanislav Brabec <utx@penguin.cz>2009-08-18 18:40:27 +0000
committerutx@penguin.cz <utx@penguin.cz>2009-08-18 18:40:27 +0000
commitc019840b5f3ceb7f15539e8ebfecbf13b2b1f982 (patch)
treebdb2fee9ec625db91cf5522bc172181f3a52b240 /recipes/xorg-lib
parentb0f102c5b7c4620fdfe87a02c15cef82332fe147 (diff)
downloadopenembedded-c019840b5f3ceb7f15539e8ebfecbf13b2b1f982.tar.gz
libxcalibrate: Use increment-able PV format as other git version recipes do.
Diffstat (limited to 'recipes/xorg-lib')
-rw-r--r--recipes/xorg-lib/libxcalibrate_git.bb6
1 files changed, 4 insertions, 2 deletions
diff --git a/recipes/xorg-lib/libxcalibrate_git.bb b/recipes/xorg-lib/libxcalibrate_git.bb
index f9e1587ef1..1092990184 100644
--- a/recipes/xorg-lib/libxcalibrate_git.bb
+++ b/recipes/xorg-lib/libxcalibrate_git.bb
@@ -1,9 +1,11 @@
require xorg-lib-common.inc
-DESCRIPTION = " Touchscreen calibration client library"
+DESCRIPTION = "Touchscreen calibration client library"
LICENSE = "BSD-X"
DEPENDS = "virtual/libx11 calibrateproto libxext"
-PV = "0.0+gitr${SRCREV}"
+
+PR = "r0"
+PV = "0.0+${PR}+gitr${SRCREV}"
PE = "1"
SRC_URI = "git://anongit.freedesktop.org/git/xorg/lib/libXCalibrate;protocol=git"