summaryrefslogtreecommitdiff
path: root/recipes
diff options
context:
space:
mode:
authorStanislav Brabec <utx@penguin.cz>2009-08-09 13:04:01 +0000
committerutx@penguin.cz <utx@penguin.cz>2009-08-09 13:04:01 +0000
commiteef4af6584b6c8897625ca30d5ff6d5a420b5cf0 (patch)
treef2274d148af78ebbf8ff9235bd04576fb75498e2 /recipes
parent39f8b8ac1d580d798af29f94d39f497e18c318ed (diff)
xcalibrate: Use increment-able PV format as other git version recipes do.
Diffstat (limited to 'recipes')
-rw-r--r--recipes/xcalibrate/xcalibrate_git.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/recipes/xcalibrate/xcalibrate_git.bb b/recipes/xcalibrate/xcalibrate_git.bb
index aba693ad6c..344a20a2a9 100644
--- a/recipes/xcalibrate/xcalibrate_git.bb
+++ b/recipes/xcalibrate/xcalibrate_git.bb
@@ -3,8 +3,9 @@ SECTION = "x11/libs"
PRIORITY = "optional"
DEPENDS = "virtual/libx11 xcalibrateext libxext"
DESCRIPTION = "XCalibrate client-side library"
+PR = "r0"
-PV = "0.0+git4be232e30cd33a44a1ce6d3ec429ee6101540c62"
+PV = "0.0+${PR}+gitr4be232e30cd33a44a1ce6d3ec429ee6101540c62"
SRC_URI = "git://anongit.freedesktop.org/git/xorg/lib/libXCalibrate;protocol=git;tag=4be232e30cd33a44a1ce6d3ec429ee6101540c62"
S = "${WORKDIR}/git"