[oe-commits] Martin Jansa : libgdbus/libgdbus_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: 708ac9d0d4a7c279699ffc4df06962c06938a02a
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=708ac9d0d4a7c279699ffc4df06962c06938a02a

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

libgdbus/libgdbus_git.bb: switch from SRCREV to SRCPV

---

 recipes/libgdbus/libgdbus_git.bb |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/recipes/libgdbus/libgdbus_git.bb b/recipes/libgdbus/libgdbus_git.bb
index b780af3..c594f9a 100644
--- a/recipes/libgdbus/libgdbus_git.bb
+++ b/recipes/libgdbus/libgdbus_git.bb
@@ -3,8 +3,8 @@ SECTION = "libs"
 HOMEPAGE = "http://www.moblin.org/projects/projects_connman.php"
 LICENSE = "GPL LGPL"
 DEPENDS = "glib-2.0 dbus"
-PE = "1"
-PV = "0.2+gitr${SRCREV}"
+PE = "2"
+PV = "0.2+gitr${SRCPV}"
 
 SRC_URI  = "git://git.moblin.org/repos/projects/libgdbus.git;protocol=http"
 S = "${WORKDIR}/git"





More information about the Openembedded-commits mailing list