mirror of
https://git.yoctoproject.org/poky
synced 2026-03-19 13:49:41 +01:00
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
This commit is contained in:
9
meta/packages/glib-2.0/glib.inc
vendored
9
meta/packages/glib-2.0/glib.inc
vendored
@@ -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.*"
|
||||
|
||||
Reference in New Issue
Block a user