summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/glibc/glibc_2.10.1.bb
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2011-06-29 13:35:00 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-06-29 14:28:03 +0100
commit8bdb4de37cf543c96e5ed582038deb4be2987474 (patch)
tree00e1e734eb714e3f047b2291f4ebb5e724680183 /meta/recipes-core/glibc/glibc_2.10.1.bb
parent0401f4195875cf1aee390a23c832758a99871cb2 (diff)
downloadpoky-8bdb4de37cf543c96e5ed582038deb4be2987474.tar.gz
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 <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core/glibc/glibc_2.10.1.bb')
-rw-r--r--meta/recipes-core/glibc/glibc_2.10.1.bb12
1 files changed, 0 insertions, 12 deletions
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 () {
154 ) 154 )
155} 155}
156 156
157do_install_locale () {
158 dest=${D}/${includedir}/glibc-locale-internal-${MULTIMACH_TARGET_SYS}
159 install -d ${dest} ${dest}${bindir}
160 cp -fpPR ${D}${base_libdir} ${dest}${base_prefix}
161 cp -fpPR ${D}${libdir} ${dest}${exec_prefix}
162 cp -fpPR ${D}${datadir} ${dest}${exec_prefix}
163 cp -fpPR ${D}${bindir}/localedef ${dest}${bindir}
164 cp -fpPR ${WORKDIR}/SUPPORTED ${dest}
165}
166
167addtask do_install_locale after do_install before do_populate_sysroot
168
169require glibc-stage.inc 157require glibc-stage.inc
170 158
171require glibc-package.inc 159require glibc-package.inc