summaryrefslogtreecommitdiff
path: root/meta/recipes-core/eglibc/eglibc_2.13.bb
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2011-06-28 13:30:47 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-06-28 13:30:47 +0100
commitaef499ba1356f7f21f0f2589da74fa1ea82718c9 (patch)
tree2809c6970a8bb959a1c5f4e29816f94f82a248ec /meta/recipes-core/eglibc/eglibc_2.13.bb
parent9dd2d6b7ee36af6229eb9e9c448eab3a6895a9c5 (diff)
downloadopenembedded-core-aef499ba1356f7f21f0f2589da74fa1ea82718c9.tar.gz
openembedded-core-aef499ba1356f7f21f0f2589da74fa1ea82718c9.tar.bz2
openembedded-core-aef499ba1356f7f21f0f2589da74fa1ea82718c9.tar.xz
openembedded-core-aef499ba1356f7f21f0f2589da74fa1ea82718c9.zip
eglibc: Fix version 2.12 after locale changes
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core/eglibc/eglibc_2.13.bb')
-rw-r--r--meta/recipes-core/eglibc/eglibc_2.13.bb12
1 files changed, 0 insertions, 12 deletions
diff --git a/meta/recipes-core/eglibc/eglibc_2.13.bb b/meta/recipes-core/eglibc/eglibc_2.13.bb
index 603d9cdc6..3490d2db9 100644
--- a/meta/recipes-core/eglibc/eglibc_2.13.bb
+++ b/meta/recipes-core/eglibc/eglibc_2.13.bb
@@ -110,18 +110,6 @@ do_compile () {
)
}
-do_install_locale () {
- dest=${D}/${includedir}/eglibc-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 eglibc-package.inc
BBCLASSEXTEND = "nativesdk"