[oe-commits] Martin Jansa : moblin/librest_git.bb: switch from SRCREV to SRCPV

git version control git at git.openembedded.org
Sun Nov 15 20:08:11 UTC 2009


Module: openembedded.git
Branch: martin_jansa/srcpv
Commit: 3db36c4f66f4d61e9c1367c13ff41201b0f5d68d
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=3db36c4f66f4d61e9c1367c13ff41201b0f5d68d

Author: Martin Jansa <Martin.Jansa at gmail.com>
Date:   Sun Nov 15 21:06:51 2009 +0100

moblin/librest_git.bb: switch from SRCREV to SRCPV

---

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

diff --git a/recipes/moblin/librest_git.bb b/recipes/moblin/librest_git.bb
index ec2d676..0012e77 100644
--- a/recipes/moblin/librest_git.bb
+++ b/recipes/moblin/librest_git.bb
@@ -1,6 +1,7 @@
 
 SRC_URI = "git://git.moblin.org/${PN}.git;protocol=git"
-PV = "0.0+git${SRCREV}"
+PV = "0.0+gitr${SRCPV}"
+PE = "1"
 PR = "r0"
 
 DEPENDS = "libsoup-2.4"





More information about the Openembedded-commits mailing list