diff options
author | Alexander Kanavin <alexander.kanavin@linux.intel.com> | 2016-02-22 19:31:11 +0200 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2016-03-14 12:15:30 +0100 |
commit | 9ef817812c4f41bb920258afd7c2a244138e82dd (patch) | |
tree | 8cf9fbe0141f5e939de4faf20e5ed39c13c49650 /meta-oe/recipes-devtools/libgee | |
parent | 00d9742ee2d6f329ce3ccb71f0c9acce702cbb3b (diff) | |
download | meta-openembedded-9ef817812c4f41bb920258afd7c2a244138e82dd.tar.gz |
libgee: fix gobject introspection support
Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com>
Diffstat (limited to 'meta-oe/recipes-devtools/libgee')
-rw-r--r-- | meta-oe/recipes-devtools/libgee/libgee_0.16.1.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-oe/recipes-devtools/libgee/libgee_0.16.1.bb b/meta-oe/recipes-devtools/libgee/libgee_0.16.1.bb index 0a2a05229..bf9705c94 100644 --- a/meta-oe/recipes-devtools/libgee/libgee_0.16.1.bb +++ b/meta-oe/recipes-devtools/libgee/libgee_0.16.1.bb | |||
@@ -2,7 +2,7 @@ DESCRIPTION = "libgee is a collection library providing GObject-based interfaces | |||
2 | and classes for commonly used data structures." | 2 | and classes for commonly used data structures." |
3 | HOMEPAGE = "http://live.gnome.org/Libgee" | 3 | HOMEPAGE = "http://live.gnome.org/Libgee" |
4 | SECTION = "libs" | 4 | SECTION = "libs" |
5 | DEPENDS = "glib-2.0 gobject-introspection-stub" | 5 | DEPENDS = "glib-2.0" |
6 | 6 | ||
7 | BBCLASSEXTEND = "native" | 7 | BBCLASSEXTEND = "native" |
8 | LICENSE = "LGPLv2.1" | 8 | LICENSE = "LGPLv2.1" |
@@ -10,7 +10,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=fbc093901857fcd118f065f900982c24" | |||
10 | 10 | ||
11 | PE = "1" | 11 | PE = "1" |
12 | 12 | ||
13 | inherit autotools vala pkgconfig | 13 | inherit autotools vala pkgconfig gobject-introspection |
14 | do_configure_prepend() { | 14 | do_configure_prepend() { |
15 | MACROS="libtool.m4 lt~obsolete.m4 ltoptions.m4 ltsugar.m4 ltversion.m4" | 15 | MACROS="libtool.m4 lt~obsolete.m4 ltoptions.m4 ltsugar.m4 ltversion.m4" |
16 | for i in ${MACROS}; do | 16 | for i in ${MACROS}; do |