summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/eglibc/eglibc-package.inc
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:44:42 +0100
commit73a0088908cf1b814f841c6ec2ab2c80b0b13f2c (patch)
treef2060f5fd6c97937b9f2bd6a13dce051263dd4a1 /meta/recipes-core/eglibc/eglibc-package.inc
parent9fc32c40af66768f77a9ecec24389eb8a38a6cae (diff)
downloadpoky-73a0088908cf1b814f841c6ec2ab2c80b0b13f2c.tar.gz
eglibc: Fix version 2.12 after locale changes
(From OE-Core rev: aef499ba1356f7f21f0f2589da74fa1ea82718c9) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core/eglibc/eglibc-package.inc')
-rw-r--r--meta/recipes-core/eglibc/eglibc-package.inc12
1 files changed, 12 insertions, 0 deletions
diff --git a/meta/recipes-core/eglibc/eglibc-package.inc b/meta/recipes-core/eglibc/eglibc-package.inc
index fd8fee8031..8228484815 100644
--- a/meta/recipes-core/eglibc/eglibc-package.inc
+++ b/meta/recipes-core/eglibc/eglibc-package.inc
@@ -88,3 +88,15 @@ DESCRIPTION_libsotruss = "Library to support sotruss which traces calls through
88 88
89inherit libc-common 89inherit libc-common
90 90
91do_install_locale () {
92 dest=${D}/${includedir}/eglibc-locale-internal-${MULTIMACH_TARGET_SYS}
93 install -d ${dest} ${dest}${bindir}
94 cp -fpPR ${D}${base_libdir} ${dest}${base_prefix}
95 cp -fpPR ${D}${libdir} ${dest}${exec_prefix}
96 cp -fpPR ${D}${datadir} ${dest}${exec_prefix}
97 cp -fpPR ${D}${bindir}/localedef ${dest}${bindir}
98 cp -fpPR ${WORKDIR}/SUPPORTED ${dest}
99}
100
101addtask do_install_locale after do_install before do_populate_sysroot
102