[oe-commits] woglinde : glib-2.0-native: fix installation of libgio

GIT User account git at amethyst.openembedded.net
Fri Oct 31 17:39:45 UTC 2008


Module: openembedded.git
Branch: org.openembedded.dev
Commit: bfa489ee37aa8c752bb5a7981caae1972fbb4329
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=bfa489ee37aa8c752bb5a7981caae1972fbb4329

Author: woglinde <heinold at inf.fu-berlin.de>
Date:   Fri Oct 31 18:33:24 2008 +0100

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

---

 packages/glib-2.0/glib-2.0-native_2.18.0.bb |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

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 5684c5d..2f34e0f 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





More information about the Openembedded-commits mailing list