[oe-commits] Martin Jansa : moblin/mojito_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: 35436ef095ccae1c8cbaa4165c51c5be6dfb940a
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=35436ef095ccae1c8cbaa4165c51c5be6dfb940a

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

moblin/mojito_git.bb: switch from SRCREV to SRCPV

---

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

diff --git a/recipes/moblin/mojito_git.bb b/recipes/moblin/mojito_git.bb
index f9104a9..e9b3cf0 100644
--- a/recipes/moblin/mojito_git.bb
+++ b/recipes/moblin/mojito_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 = "r3"
 
 DEPENDS = "libsoup-2.4 gconf librest glib-2.0 twitter-glib sqlite3 gnome-keyring"





More information about the Openembedded-commits mailing list