[oe-commits] Michael 'Mickey' Lauer : libgee: use 'require' rather than duplicating the recipe; also add a sane srcrev into sane-srcrevs.inc

git version control git at git.openembedded.org
Thu Oct 22 09:30:10 UTC 2009


Module: openembedded.git
Branch: shr/merge
Commit: 29507043d558491e87428e8d2e683ac4d441454e
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=29507043d558491e87428e8d2e683ac4d441454e

Author: Michael 'Mickey' Lauer <mickey at vanille-media.de>
Date:   Wed Oct 21 10:59:32 2009 +0000

libgee: use 'require' rather than duplicating the recipe; also add a sane srcrev into sane-srcrevs.inc

---

 conf/distro/include/sane-srcrevs.inc |    3 ++-
 recipes/libgee/libgee-native_git.bb  |   18 ++----------------
 recipes/libgee/libgee_git.bb         |    2 +-
 3 files changed, 5 insertions(+), 18 deletions(-)

diff --git a/conf/distro/include/sane-srcrevs.inc b/conf/distro/include/sane-srcrevs.inc
index 941d265..ec61195 100644
--- a/conf/distro/include/sane-srcrevs.inc
+++ b/conf/distro/include/sane-srcrevs.inc
@@ -84,8 +84,9 @@ SRCREV_pn-libexalt ?= "78"
 SRCREV_pn-libexalt-dbus ?= "76"
 SRCREV_pn-libfakekey ?= "1455"
 SRCREV_pn-libgdbus ?= "aeab6e3c0185b271ca343b439470491b99cc587f"
+SRCREV_pn-libgee ?= "0bddeeefb3bd5b003d77301705dbad181cddcaf6"
+SRCREV_pn-libgee-native ?= "0bddeeefb3bd5b003d77301705dbad181cddcaf6"
 SRCREV_pn-libgsmd ?= "4505"
-SRCREV_pn-libgee ?= "ea130c0837eefe404b53240f8c2ed642ae98a677"
 SRCREV_pn-libiac ?= "1590"
 SRCREV_pn-libjana = "749"
 SRCREV_pn-libmokogsmd2 ?= "4334"
diff --git a/recipes/libgee/libgee-native_git.bb b/recipes/libgee/libgee-native_git.bb
index 89523d3..e90f99e 100644
--- a/recipes/libgee/libgee-native_git.bb
+++ b/recipes/libgee/libgee-native_git.bb
@@ -1,16 +1,2 @@
-DESCRIPTION = "libgee is a collection library providing GObject-based interfaces \
-and classes for commonly used data structures."
-HOMEPAGE = "http://live.gnome.org/Libgee"
-SECTION = "libs"
-DEPENDS = "glib-2.0"
-LICENSE = "LGPL"
-PV = "0.3.0+gitr${SRCREV}"
-
-SRC_URI = "\
-  git://git.gnome.org/libgee;protocol=git;branch=master \
-"
-S = "${WORKDIR}/git"
-
-inherit native autotools_stage pkgconfig vala
-
-FILES_${PN}-dev += "${datadir}/gir-1.0"
+require libgee_git.bb
+inherit native
diff --git a/recipes/libgee/libgee_git.bb b/recipes/libgee/libgee_git.bb
index 74e0eca..ead9374 100644
--- a/recipes/libgee/libgee_git.bb
+++ b/recipes/libgee/libgee_git.bb
@@ -4,7 +4,7 @@ HOMEPAGE = "http://live.gnome.org/Libgee"
 SECTION = "libs"
 DEPENDS = "glib-2.0"
 LICENSE = "LGPL"
-PV = "0.3.0+gitr${SRCREV}"
+PV = "0.5.0+gitr${SRCREV}"
 
 SRC_URI = "\
   git://git.gnome.org/libgee;protocol=git;branch=master \





More information about the Openembedded-commits mailing list