From: woglinde Date: Fri, 31 Oct 2008 17:33:24 +0000 (+0100) Subject: glib-2.0-native: fix installation of libgio X-Git-Tag: Release-2010-05/1~5523 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bfa489ee37aa8c752bb5a7981caae1972fbb4329;p=openembedded.git glib-2.0-native: fix installation of libgio * because we are not using autotools_stage for all stuff, libgio was missed * patch was provided by Gregoire Gentil --- diff --git a/packages/glib-2.0/glib-2.0-native_2.18.0.bb b/packages/glib-2.0/glib-2.0-native_2.18.0.bb index 5684c5df49..2f34e0f080 100644 --- a/packages/glib-2.0/glib-2.0-native_2.18.0.bb +++ b/packages/glib-2.0/glib-2.0-native_2.18.0.bb @@ -25,6 +25,7 @@ do_stage () { oe_libinstall -so -C gmodule libgmodule-2.0 ${STAGING_LIBDIR} oe_libinstall -so -C gthread libgthread-2.0 ${STAGING_LIBDIR} oe_libinstall -so -C gobject libgobject-2.0 ${STAGING_LIBDIR} + oe_libinstall -so -C gio libgio-2.0 ${STAGING_LIBDIR} autotools_stage_includes install -d ${STAGING_INCDIR}/glib-2.0/glib install -m 0755 ${S}/glibconfig.h ${STAGING_INCDIR}/glib-2.0/glibconfig.h