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 | |
parent | 46d32b9ed07d333fc57254739d3397ef604d76e6 (diff) | |
download | poky-b2dea86a7c108d3be1a90443b21adb8d8cf8f6ad.tar.gz |
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
-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 bbc396623c..d272b9699f 100644 --- a/meta/packages/glib-2.0/glib.inc +++ b/meta/packages/glib-2.0/glib.inc | |||
@@ -27,16 +27,9 @@ do_configure_prepend () { | |||
27 | } | 27 | } |
28 | 28 | ||
29 | do_stage () { | 29 | do_stage () { |
30 | oe_libinstall -so -C glib libglib-2.0 ${STAGING_LIBDIR} | 30 | autotools_stage_all |
31 | oe_libinstall -so -C gmodule libgmodule-2.0 ${STAGING_LIBDIR} | ||
32 | oe_libinstall -so -C gthread libgthread-2.0 ${STAGING_LIBDIR} | ||
33 | oe_libinstall -so -C gobject libgobject-2.0 ${STAGING_LIBDIR} | ||
34 | autotools_stage_includes | ||
35 | install -d ${STAGING_INCDIR}/glib-2.0/glib | 31 | install -d ${STAGING_INCDIR}/glib-2.0/glib |
36 | install -m 0755 ${S}/glibconfig.h ${STAGING_INCDIR}/glib-2.0/glibconfig.h | 32 | install -m 0755 ${S}/glibconfig.h ${STAGING_INCDIR}/glib-2.0/glibconfig.h |
37 | install -d ${STAGING_DATADIR}/aclocal | ||
38 | install -m 0644 ${S}/m4macros/glib-2.0.m4 ${STAGING_DATADIR}/aclocal/glib-2.0.m4 | ||
39 | install -m 0644 ${S}/m4macros/glib-gettext.m4 ${STAGING_DATADIR}/aclocal/glib-gettext.m4 | ||
40 | } | 33 | } |
41 | 34 | ||
42 | FILES_${PN} = "${libdir}/lib*so.*" | 35 | FILES_${PN} = "${libdir}/lib*so.*" |