diff options
author | Koen Kooi <koen@openembedded.org> | 2008-03-05 11:01:03 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2008-03-05 11:01:03 +0000 |
commit | 44941fed33e384c9bae242e857218b9276ea338b (patch) | |
tree | c37a537db2378976359f293b8cbb9c0b91ba76db /packages/glib-2.0 | |
parent | 2440288ef6f704189681c20eb8d8114068c21b06 (diff) |
glib-2.0: use autotools_stage_all to catch all libs, glib >= 2.15.0 adds extra libs
Diffstat (limited to 'packages/glib-2.0')
-rw-r--r-- | packages/glib-2.0/glib.inc | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/packages/glib-2.0/glib.inc b/packages/glib-2.0/glib.inc index 3fa6fe26ab..596b3bb90b 100644 --- a/packages/glib-2.0/glib.inc +++ b/packages/glib-2.0/glib.inc @@ -34,11 +34,7 @@ do_configure_prepend () { } do_stage () { - oe_libinstall -so -C glib libglib-2.0 ${STAGING_LIBDIR} - 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} - autotools_stage_includes + autotools_stage_all install -d ${STAGING_INCDIR}/glib-2.0/glib install -m 0755 ${S}/glibconfig.h ${STAGING_INCDIR}/glib-2.0/glibconfig.h install -d ${STAGING_DATADIR}/aclocal |