[oe-commits] Otavio Salvador : freerdp (git): use gitpkgv and bump SRCREV

git version control git at git.openembedded.org
Mon Jan 3 15:57:49 UTC 2011


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

Author: Otavio Salvador <otavio at ossystems.com.br>
Date:   Thu Dec 16 15:21:17 2010 -0200

freerdp (git): use gitpkgv and bump SRCREV

Signed-off-by: Otavio Salvador <otavio at ossystems.com.br>

---

 recipes/freerdp/freerdp_git.bb |   11 ++++++++---
 1 files changed, 8 insertions(+), 3 deletions(-)

diff --git a/recipes/freerdp/freerdp_git.bb b/recipes/freerdp/freerdp_git.bb
index b5933f1..37d0041 100644
--- a/recipes/freerdp/freerdp_git.bb
+++ b/recipes/freerdp/freerdp_git.bb
@@ -3,10 +3,15 @@
 
 include freerdp.inc
 
-PR = "${INC_PR}.2"
-PV = "0.8.1-${PR}+gitr${SRCREV}"
+inherit gitpkgv
+
+PV = "gitr${SRCPV}"
+PKGV = "${GITPKGVTAG}"
+
+SRCREV = "aec5dd5807dbcd0989bb15124dcac157bb0412bc"
+PR = "${INC_PR}.4"
+
 S = "${WORKDIR}/git"
 
-SRCREV = "210fa972d96ecf927b75ca983b4551858a091ae7"
 
 SRC_URI = "git://freerdp.git.sourceforge.net/gitroot/freerdp/freerdp.git;protocol=git"





More information about the Openembedded-commits mailing list