summaryrefslogtreecommitdiffstats
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:44:42 +0100
commit73a0088908cf1b814f841c6ec2ab2c80b0b13f2c (patch)
treef2060f5fd6c97937b9f2bd6a13dce051263dd4a1 /meta/recipes-core/eglibc/eglibc_2.13.bb
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_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 603d9cdc62..3490d2db9f 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 () {
110 ) 110 )
111} 111}
112 112
113do_install_locale () {
114 dest=${D}/${includedir}/eglibc-locale-internal-${MULTIMACH_TARGET_SYS}
115 install -d ${dest} ${dest}${bindir}
116 cp -fpPR ${D}${base_libdir} ${dest}${base_prefix}
117 cp -fpPR ${D}${libdir} ${dest}${exec_prefix}
118 cp -fpPR ${D}${datadir} ${dest}${exec_prefix}
119 cp -fpPR ${D}${bindir}/localedef ${dest}${bindir}
120 cp -fpPR ${WORKDIR}/SUPPORTED ${dest}
121}
122
123addtask do_install_locale after do_install before do_populate_sysroot
124
125require eglibc-package.inc 113require eglibc-package.inc
126 114
127BBCLASSEXTEND = "nativesdk" 115BBCLASSEXTEND = "nativesdk"