From 8bdb4de37cf543c96e5ed582038deb4be2987474 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Wed, 29 Jun 2011 13:35:00 +0100 Subject: glibc/eglibc: Clean up package warnings and potentially broken data in -dev package These changes ensure files packaged in the -locale package aren't included in the main do_install and also ensures the staging directory used for the -locale package doesn't end up in the -dev package. (From OE-Core rev: 2dccb370e04bc2bbe208b2b0541077d8ef519535) Signed-off-by: Richard Purdie --- meta/recipes-core/glibc/glibc_2.10.1.bb | 12 ------------ 1 file changed, 12 deletions(-) (limited to 'meta/recipes-core/glibc/glibc_2.10.1.bb') diff --git a/meta/recipes-core/glibc/glibc_2.10.1.bb b/meta/recipes-core/glibc/glibc_2.10.1.bb index 4d57c4ed32..e76f3c0194 100644 --- a/meta/recipes-core/glibc/glibc_2.10.1.bb +++ b/meta/recipes-core/glibc/glibc_2.10.1.bb @@ -154,18 +154,6 @@ do_compile () { ) } -do_install_locale () { - dest=${D}/${includedir}/glibc-locale-internal-${MULTIMACH_TARGET_SYS} - install -d ${dest} ${dest}${bindir} - cp -fpPR ${D}${base_libdir} ${dest}${base_prefix} - cp -fpPR ${D}${libdir} ${dest}${exec_prefix} - cp -fpPR ${D}${datadir} ${dest}${exec_prefix} - cp -fpPR ${D}${bindir}/localedef ${dest}${bindir} - cp -fpPR ${WORKDIR}/SUPPORTED ${dest} -} - -addtask do_install_locale after do_install before do_populate_sysroot - require glibc-stage.inc require glibc-package.inc -- cgit v1.2.3-54-g00ecf