[oe-commits] Klaus Kurzmann : libgee_git: fix rev to 0.3.0 and update PV

git version control git at git.openembedded.org
Sat Sep 19 18:50:37 UTC 2009


Module: openembedded.git
Branch: shr/import
Commit: 1e08c5edfa762a6d127fcc2064d580f925aaaea8
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=1e08c5edfa762a6d127fcc2064d580f925aaaea8

Author: Klaus Kurzmann <mok at fluxnetz.de>
Date:   Sat Sep 19 20:50:41 2009 +0200

libgee_git: fix rev to 0.3.0 and update PV

Signed-off-by: Klaus Kurzmann <mok at fluxnetz.de>

---

 conf/distro/include/shr-autorev-unstable.inc |    1 +
 recipes/libgee/libgee_git.bb                 |   13 ++++++++-----
 2 files changed, 9 insertions(+), 5 deletions(-)

diff --git a/conf/distro/include/shr-autorev-unstable.inc b/conf/distro/include/shr-autorev-unstable.inc
index c9a5862..b6d2ae7 100644
--- a/conf/distro/include/shr-autorev-unstable.inc
+++ b/conf/distro/include/shr-autorev-unstable.inc
@@ -47,6 +47,7 @@ SRCREV_pn-python-pytrc = "${AUTOREV}"
 SRCREV_pn-vala-dbus-binding-tool-native = "6071da6ad645e1200eb2aee88d254ada348d361b"
 SRCREV_pn-vala = "${AUTOREV}"
 SRCREV_pn-zhone = "${AUTOREV}"
+SRCREV_pn-libgee = "dd00f92525263fa9568dae9eaf79873776e7567c"
 
 
 # SHR stuff
diff --git a/recipes/libgee/libgee_git.bb b/recipes/libgee/libgee_git.bb
index a6f823b..b1d2199 100644
--- a/recipes/libgee/libgee_git.bb
+++ b/recipes/libgee/libgee_git.bb
@@ -4,11 +4,14 @@ HOMEPAGE = "http://live.gnome.org/Libgee"
 SECTION = "libs"
 DEPENDS = "glib-2.0"
 LICENSE = "LGPL"
-PV = "0.1.5+gitr${SRCREV}"
+PV = "0.3.0+gitr${SRCPV}"
 PR = "r0"
 
-inherit autotools autotools_stage pkgconfig vala
-
-SRC_URI = "git://git.gnome.org/cgit/libgee;protocol=http;branch=master \
-           file://no-tests.patch;patch=1"
+SRC_URI = "git://git.gnome.org/libgee;protocol=git;branch=master"
 S = "${WORKDIR}/git"
+
+inherit autotools_stage pkgconfig vala
+
+FILES_${PN}-dev += "${datadir}/gir-1.0"
+
+





More information about the Openembedded-commits mailing list