aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/libgee/libgee_git.bb
diff options
context:
space:
mode:
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