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

git version control git at git.openembedded.org
Sun Aug 9 13:07:24 UTC 2009


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

Author: Stanislav Brabec <utx at penguin.cz>
Date:   Sun Aug  9 13:04:01 2009 +0000

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

---

 recipes/xcalibrate/xcalibrate_git.bb |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/recipes/xcalibrate/xcalibrate_git.bb b/recipes/xcalibrate/xcalibrate_git.bb
index aba693a..344a20a 100644
--- a/recipes/xcalibrate/xcalibrate_git.bb
+++ b/recipes/xcalibrate/xcalibrate_git.bb
@@ -3,8 +3,9 @@ SECTION = "x11/libs"
 PRIORITY = "optional"
 DEPENDS = "virtual/libx11 xcalibrateext libxext"
 DESCRIPTION = "XCalibrate client-side library"
+PR = "r0"
 
-PV = "0.0+git4be232e30cd33a44a1ce6d3ec429ee6101540c62"
+PV = "0.0+${PR}+gitr4be232e30cd33a44a1ce6d3ec429ee6101540c62"
 
 SRC_URI = "git://anongit.freedesktop.org/git/xorg/lib/libXCalibrate;protocol=git;tag=4be232e30cd33a44a1ce6d3ec429ee6101540c62"
 S = "${WORKDIR}/git"





More information about the Openembedded-commits mailing list