aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/libgee
diff options
context:
space:
mode:
authorMichael 'Mickey' Lauer <mickey@vanille-media.de>2009-10-21 10:59:32 +0000
committerMichael 'Mickey' Lauer <mickey@vanille-media.de>2009-10-21 11:00:05 +0000
commit29507043d558491e87428e8d2e683ac4d441454e (patch)
treed3a82adbdbc8227e3b46d12d0e30003a697e03cf /recipes/libgee
parent74094fba9fecbdd034cfaf4802b33a87303cbcd9 (diff)
downloadopenembedded-29507043d558491e87428e8d2e683ac4d441454e.tar.gz
libgee: use 'require' rather than duplicating the recipe; also add a sane srcrev into sane-srcrevs.inc
Diffstat (limited to 'recipes/libgee')
-rw-r--r--recipes/libgee/libgee-native_git.bb18
-rw-r--r--recipes/libgee/libgee_git.bb2
2 files changed, 3 insertions, 17 deletions
diff --git a/recipes/libgee/libgee-native_git.bb b/recipes/libgee/libgee-native_git.bb
index 89523d3906..e90f99e2f0 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 74e0eca488..ead93741ce 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 \