summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-devtools/libgee
diff options
context:
space:
mode:
Diffstat (limited to 'meta-oe/recipes-devtools/libgee')
-rw-r--r--meta-oe/recipes-devtools/libgee/libgee.inc18
-rw-r--r--meta-oe/recipes-devtools/libgee/libgee_0.6.0.bb12
2 files changed, 30 insertions, 0 deletions
diff --git a/meta-oe/recipes-devtools/libgee/libgee.inc b/meta-oe/recipes-devtools/libgee/libgee.inc
new file mode 100644
index 0000000000..8542cde5a5
--- /dev/null
+++ b/meta-oe/recipes-devtools/libgee/libgee.inc
@@ -0,0 +1,18 @@
1DESCRIPTION = "libgee is a collection library providing GObject-based interfaces \
2and classes for commonly used data structures."
3HOMEPAGE = "http://live.gnome.org/Libgee"
4SECTION = "libs"
5DEPENDS = "glib-2.0"
6BBCLASSEXTEND = "native"
7LICENSE = "LGPLv2.1"
8LIC_FILES_CHKSUM = "file://COPYING;md5=fbc093901857fcd118f065f900982c24"
9INC_PR = "r6"
10PE = "1"
11
12inherit autotools vala
13do_configure_prepend() {
14 MACROS="libtool.m4 lt~obsolete.m4 ltoptions.m4 ltsugar.m4 ltversion.m4"
15 for i in ${MACROS}; do
16 rm -f m4/$i
17 done
18}
diff --git a/meta-oe/recipes-devtools/libgee/libgee_0.6.0.bb b/meta-oe/recipes-devtools/libgee/libgee_0.6.0.bb
new file mode 100644
index 0000000000..4e305b6049
--- /dev/null
+++ b/meta-oe/recipes-devtools/libgee/libgee_0.6.0.bb
@@ -0,0 +1,12 @@
1require libgee.inc
2PE = "1"
3PR = "${INC_PR}.1"
4#autoreconf needs introspection.m4 (staged by gobject-introspection-native) after http://git.gnome.org/browse/libgee/commit/?id=d026a29b38ca1a3388981c6e75a92602212373d8
5DEPENDS += "gobject-introspection-native"
6DEPENDS_virtclass-native += "gobject-introspection-native"
7
8SRC_URI = "http://ftp.gnome.org/pub/GNOME/sources/libgee/0.6/${BPN}-${PV}.tar.bz2"
9S = "${WORKDIR}/${BPN}-${PV}"
10
11SRC_URI[md5sum] = "4eb513b23ab6ea78884989518a4acf6f"
12SRC_URI[sha256sum] = "e586678d0a88637abeaaf850b62231000772e79ea6d9c4b45dc3cea99f778a7a"