diff options
-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 0a2a05229b..bf9705c94b 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 |