calibrateproto: Use increment-able PV format as other git version recipes do.
authorStanislav Brabec <utx@penguin.cz>
Tue, 18 Aug 2009 18:42:43 +0000 (18:42 +0000)
committerutx@penguin.cz <utx@penguin.cz>
Tue, 18 Aug 2009 18:42:43 +0000 (18:42 +0000)
recipes/xorg-proto/calibrateproto_git.bb

index fe9e1a4..7f0089d 100644 (file)
@@ -2,8 +2,8 @@ require xorg-proto-common.inc
 
 DESCRIPTION = "Touchscreen calibration protocol"
 
-PV = "0.0+gitr${SRCREV}"
-PR = "r1"
+PR = "r0"
+PV = "0.0+${PR}+gitr${SRCREV}"
 PE = "1"
 
 SRC_URI = "git://anongit.freedesktop.org/git/xorg/proto/calibrateproto;protocol=git"