aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2008-03-05 11:01:03 +0000
committerKoen Kooi <koen@openembedded.org>2008-03-05 11:01:03 +0000
commit44941fed33e384c9bae242e857218b9276ea338b (patch)
treec37a537db2378976359f293b8cbb9c0b91ba76db
parent2440288ef6f704189681c20eb8d8114068c21b06 (diff)
downloadopenembedded-44941fed33e384c9bae242e857218b9276ea338b.tar.gz
glib-2.0: use autotools_stage_all to catch all libs, glib >= 2.15.0 adds extra libs
-rw-r--r--packages/glib-2.0/glib.inc6
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