diff options
author | Ross Burton <ross@openedhand.com> | 2008-01-13 16:42:00 +0000 |
---|---|---|
committer | Ross Burton <ross@openedhand.com> | 2008-01-13 16:42:00 +0000 |
commit | b2dea86a7c108d3be1a90443b21adb8d8cf8f6ad (patch) | |
tree | 0eb0141e23fdccb99906cfa478802e2850d01a36 /meta | |
parent | 46d32b9ed07d333fc57254739d3397ef604d76e6 (diff) | |
download | openembedded-core-b2dea86a7c108d3be1a90443b21adb8d8cf8f6ad.tar.gz openembedded-core-b2dea86a7c108d3be1a90443b21adb8d8cf8f6ad.tar.bz2 openembedded-core-b2dea86a7c108d3be1a90443b21adb8d8cf8f6ad.tar.xz openembedded-core-b2dea86a7c108d3be1a90443b21adb8d8cf8f6ad.zip |
glib.inc: use autotools_stage_all instead of manually staging
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3474 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta')
-rw-r--r-- | meta/packages/glib-2.0/glib.inc | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/meta/packages/glib-2.0/glib.inc b/meta/packages/glib-2.0/glib.inc index bbc396623..d272b9699 100644 --- a/meta/packages/glib-2.0/glib.inc +++ b/meta/packages/glib-2.0/glib.inc @@ -27,16 +27,9 @@ 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 - install -m 0644 ${S}/m4macros/glib-2.0.m4 ${STAGING_DATADIR}/aclocal/glib-2.0.m4 - install -m 0644 ${S}/m4macros/glib-gettext.m4 ${STAGING_DATADIR}/aclocal/glib-gettext.m4 } FILES_${PN} = "${libdir}/lib*so.*" |