diff options
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" |