aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/libgee/libgee_git.bb
diff options
context:
space:
mode:
authorMichael 'Mickey' Lauer <mickey@vanille-media.de>2010-08-02 21:43:12 +0200
committerMichael 'Mickey' Lauer <mickey@vanille-media.de>2010-08-02 21:43:39 +0200
commita93982c1a465fa53d49b14bb4ee46518fd6acb04 (patch)
treef5c2f20ada2ff925a4b9803de0cddbc497749d45 /recipes/libgee/libgee_git.bb
parent93e2f314df0434df3e1f3ae537129b9f7ee3e5de (diff)
downloadopenembedded-a93982c1a465fa53d49b14bb4ee46518fd6acb04.tar.gz
libgee: refactor into common inc file and add 0.5.2 release
Diffstat (limited to 'recipes/libgee/libgee_git.bb')
-rw-r--r--recipes/libgee/libgee_git.bb14
1 files changed, 4 insertions, 10 deletions
diff --git a/recipes/libgee/libgee_git.bb b/recipes/libgee/libgee_git.bb
index 52405ee41d..66d2ac7127 100644
--- a/recipes/libgee/libgee_git.bb
+++ b/recipes/libgee/libgee_git.bb
@@ -1,18 +1,12 @@
-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"
-BBCLASSEXTEND = "native"
-DEPENDS_virtclass-native = "glib-2.0-native"
-LICENSE = "LGPL"
+require libgee.inc
+
SRCREV = "3c3af3ecc99bc130643c2b372164e987a5a261a9"
PV = "0.5.1+gitr${SRCPV}"
PE = "1"
+DEFAULT_PREFERENCE = "-1"
+
SRC_URI = "\
git://git.gnome.org/libgee;protocol=git;branch=master \
"
S = "${WORKDIR}/git"
-
-inherit autotools vala