git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6a0d197
)
freerdp (git): use gitpkgv and bump SRCREV
author
Otavio Salvador
<otavio@ossystems.com.br>
Thu, 16 Dec 2010 17:21:17 +0000
(15:21 -0200)
committer
Otavio Salvador
<otavio@ossystems.com.br>
Mon, 3 Jan 2011 15:55:56 +0000
(13:55 -0200)
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
recipes/freerdp/freerdp_git.bb
patch
|
blob
|
history
diff --git
a/recipes/freerdp/freerdp_git.bb
b/recipes/freerdp/freerdp_git.bb
index
b5933f1
..
37d0041
100644
(file)
--- 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"