diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2011-04-10 13:24:47 +0200 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2011-04-10 14:43:41 +0200 |
commit | 89500c583e0f1dc1b4ffdf72914e08e505e427e0 (patch) | |
tree | b073036cc61aa34ca5ac9eec4d617366e0dcb3d5 /meta-oe/recipes-devtools/libgee | |
parent | e66079da37992abd54486488aa06a99bf7a4198c (diff) | |
download | meta-openembedded-89500c583e0f1dc1b4ffdf72914e08e505e427e0.tar.gz |
recipes,classes: import a lot of recipes from meta-shr
* tested on shr-lite-image for om-gta02 and nokia900 (with meta-shr layer)
Diffstat (limited to 'meta-oe/recipes-devtools/libgee')
-rw-r--r-- | meta-oe/recipes-devtools/libgee/libgee.inc | 18 | ||||
-rw-r--r-- | meta-oe/recipes-devtools/libgee/libgee_0.6.0.bb | 12 |
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 000000000..8542cde5a --- /dev/null +++ b/meta-oe/recipes-devtools/libgee/libgee.inc | |||
@@ -0,0 +1,18 @@ | |||
1 | DESCRIPTION = "libgee is a collection library providing GObject-based interfaces \ | ||
2 | and classes for commonly used data structures." | ||
3 | HOMEPAGE = "http://live.gnome.org/Libgee" | ||
4 | SECTION = "libs" | ||
5 | DEPENDS = "glib-2.0" | ||
6 | BBCLASSEXTEND = "native" | ||
7 | LICENSE = "LGPLv2.1" | ||
8 | LIC_FILES_CHKSUM = "file://COPYING;md5=fbc093901857fcd118f065f900982c24" | ||
9 | INC_PR = "r6" | ||
10 | PE = "1" | ||
11 | |||
12 | inherit autotools vala | ||
13 | do_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 000000000..4e305b604 --- /dev/null +++ b/meta-oe/recipes-devtools/libgee/libgee_0.6.0.bb | |||
@@ -0,0 +1,12 @@ | |||
1 | require libgee.inc | ||
2 | PE = "1" | ||
3 | PR = "${INC_PR}.1" | ||
4 | #autoreconf needs introspection.m4 (staged by gobject-introspection-native) after http://git.gnome.org/browse/libgee/commit/?id=d026a29b38ca1a3388981c6e75a92602212373d8 | ||
5 | DEPENDS += "gobject-introspection-native" | ||
6 | DEPENDS_virtclass-native += "gobject-introspection-native" | ||
7 | |||
8 | SRC_URI = "http://ftp.gnome.org/pub/GNOME/sources/libgee/0.6/${BPN}-${PV}.tar.bz2" | ||
9 | S = "${WORKDIR}/${BPN}-${PV}" | ||
10 | |||
11 | SRC_URI[md5sum] = "4eb513b23ab6ea78884989518a4acf6f" | ||
12 | SRC_URI[sha256sum] = "e586678d0a88637abeaaf850b62231000772e79ea6d9c4b45dc3cea99f778a7a" | ||