glib-2.0-native: fix installation of libgio
authorwoglinde <heinold@inf.fu-berlin.de>
Fri, 31 Oct 2008 17:33:24 +0000 (18:33 +0100)
committerwoglinde <heinold@inf.fu-berlin.de>
Fri, 31 Oct 2008 17:37:55 +0000 (18:37 +0100)
* because we are not using autotools_stage for
  all stuff, libgio was missed
* patch was provided by Gregoire Gentil

packages/glib-2.0/glib-2.0-native_2.18.0.bb

index 5684c5d..2f34e0f 100644 (file)
@@ -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