summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-oe/recipes-devtools/libgee/libgee_0.16.1.bb4
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
2and classes for commonly used data structures." 2and classes for commonly used data structures."
3HOMEPAGE = "http://live.gnome.org/Libgee" 3HOMEPAGE = "http://live.gnome.org/Libgee"
4SECTION = "libs" 4SECTION = "libs"
5DEPENDS = "glib-2.0 gobject-introspection-stub" 5DEPENDS = "glib-2.0"
6 6
7BBCLASSEXTEND = "native" 7BBCLASSEXTEND = "native"
8LICENSE = "LGPLv2.1" 8LICENSE = "LGPLv2.1"
@@ -10,7 +10,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=fbc093901857fcd118f065f900982c24"
10 10
11PE = "1" 11PE = "1"
12 12
13inherit autotools vala pkgconfig 13inherit autotools vala pkgconfig gobject-introspection
14do_configure_prepend() { 14do_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