From 9ef817812c4f41bb920258afd7c2a244138e82dd Mon Sep 17 00:00:00 2001 From: Alexander Kanavin Date: Mon, 22 Feb 2016 19:31:11 +0200 Subject: libgee: fix gobject introspection support Signed-off-by: Alexander Kanavin --- meta-oe/recipes-devtools/libgee/libgee_0.16.1.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'meta-oe/recipes-devtools/libgee') 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 and classes for commonly used data structures." HOMEPAGE = "http://live.gnome.org/Libgee" SECTION = "libs" -DEPENDS = "glib-2.0 gobject-introspection-stub" +DEPENDS = "glib-2.0" BBCLASSEXTEND = "native" LICENSE = "LGPLv2.1" @@ -10,7 +10,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=fbc093901857fcd118f065f900982c24" PE = "1" -inherit autotools vala pkgconfig +inherit autotools vala pkgconfig gobject-introspection do_configure_prepend() { MACROS="libtool.m4 lt~obsolete.m4 ltoptions.m4 ltsugar.m4 ltversion.m4" for i in ${MACROS}; do -- cgit 1.2.3-korg