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

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


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

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

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

---

 recipes/xorg-lib/libxcalibrate_git.bb |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/recipes/xorg-lib/libxcalibrate_git.bb b/recipes/xorg-lib/libxcalibrate_git.bb
index f9e1587..1092990 100644
--- a/recipes/xorg-lib/libxcalibrate_git.bb
+++ b/recipes/xorg-lib/libxcalibrate_git.bb
@@ -1,9 +1,11 @@
 require xorg-lib-common.inc
 
-DESCRIPTION = "	Touchscreen calibration client library"
+DESCRIPTION = "Touchscreen calibration client library"
 LICENSE = "BSD-X"
 DEPENDS = "virtual/libx11 calibrateproto libxext"
-PV = "0.0+gitr${SRCREV}"
+
+PR = "r0"
+PV = "0.0+${PR}+gitr${SRCREV}"
 PE = "1"
 
 SRC_URI = "git://anongit.freedesktop.org/git/xorg/lib/libXCalibrate;protocol=git"





More information about the Openembedded-commits mailing list