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

git version control git at git.openembedded.org
Sun Nov 15 19:32:01 UTC 2009


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

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

libgee/libgee_git.bb: switch from SRCREV to SRCPV

---

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

diff --git a/recipes/libgee/libgee_git.bb b/recipes/libgee/libgee_git.bb
index ead9374..48f6ced 100644
--- a/recipes/libgee/libgee_git.bb
+++ b/recipes/libgee/libgee_git.bb
@@ -4,7 +4,8 @@ HOMEPAGE = "http://live.gnome.org/Libgee"
 SECTION = "libs"
 DEPENDS = "glib-2.0"
 LICENSE = "LGPL"
-PV = "0.5.0+gitr${SRCREV}"
+PV = "0.5.0+gitr${SRCPV}"
+PE = "1"
 
 SRC_URI = "\
   git://git.gnome.org/libgee;protocol=git;branch=master \





More information about the Openembedded-commits mailing list