[oe-commits] Stanislav Brabec : calibrateproto: Use increment-able PV format as other git version recipes do.

git version control git at git.openembedded.org
Tue Aug 18 18:43:32 UTC 2009


Module: openembedded.git
Branch: org.openembedded.dev
Commit: b38707cbe224634fa79bfdb06f128acf3201c6d1
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=b38707cbe224634fa79bfdb06f128acf3201c6d1

Author: Stanislav Brabec <utx at penguin.cz>
Date:   Tue Aug 18 18:42:43 2009 +0000

calibrateproto: Use increment-able PV format as other git version recipes do.

---

 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 fe9e1a4..7f0089d 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"





More information about the Openembedded-commits mailing list