diff options
author | Stanislav Brabec <utx@penguin.cz> | 2009-08-18 18:42:43 +0000 |
---|---|---|
committer | utx@penguin.cz <utx@penguin.cz> | 2009-08-18 18:42:43 +0000 |
commit | b38707cbe224634fa79bfdb06f128acf3201c6d1 (patch) | |
tree | ee4cce3095829b4653471d0ddd41b0919f6e506b /recipes/xorg-proto | |
parent | c019840b5f3ceb7f15539e8ebfecbf13b2b1f982 (diff) |
calibrateproto: Use increment-able PV format as other git version recipes do.
Diffstat (limited to 'recipes/xorg-proto')
-rw-r--r-- | recipes/xorg-proto/calibrateproto_git.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes/xorg-proto/calibrateproto_git.bb b/recipes/xorg-proto/calibrateproto_git.bb index fe9e1a43a1..7f0089d156 100644 --- a/recipes/xorg-proto/calibrateproto_git.bb +++ b/recipes/xorg-proto/calibrateproto_git.bb @@ -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" |