summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/eglibc/eglibc-package.inc
diff options
context:
space:
mode:
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