diff options
author | woglinde <heinold@inf.fu-berlin.de> | 2008-10-31 18:33:24 +0100 |
---|---|---|
committer | woglinde <heinold@inf.fu-berlin.de> | 2008-10-31 18:37:55 +0100 |
commit | bfa489ee37aa8c752bb5a7981caae1972fbb4329 (patch) | |
tree | 5200b51776443544d0a5174a22ceb71971e6b2f6 /packages | |
parent | a00547e2190bd991120c3703a5265fda878fcae3 (diff) |
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
Diffstat (limited to 'packages')
-rw-r--r-- | 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 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 |