[oe-commits] Martin Jansa : mux/mux_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: 0d60700eae74b7be9cead99f816ad0705cbfd44a
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=0d60700eae74b7be9cead99f816ad0705cbfd44a

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

mux/mux_git.bb: switch from SRCREV to SRCPV

---

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

diff --git a/recipes/mux/mux_git.bb b/recipes/mux/mux_git.bb
index a6596b9..e149559 100644
--- a/recipes/mux/mux_git.bb
+++ b/recipes/mux/mux_git.bb
@@ -1,7 +1,8 @@
 DESCRIPTION = "GTK+ widgets for moblin"
 SRC_URI = "git://git.moblin.org/${PN}.git;protocol=git"
 LICENSE = "LGPLv2.1"
-PV = "0.0+git${SRCREV}"
+PV = "0.0+gitr${SRCPV}"
+PE = "1"
 PR = "r0"
 
 LICENSE = "LGPLv2.1"





More information about the Openembedded-commits mailing list