summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/eglibc
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2012-02-23 10:53:39 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-02-24 00:12:00 +0000
commitb1d418e3150898aeaa7cc277329a78a33dfa974f (patch)
tree64faed9042e66253c48b33f7f8bed7dba0b55ff3 /meta/recipes-core/eglibc
parent1d7728e8cb4625a2e5cfc4dd8fd80da0192fcdfe (diff)
downloadpoky-b1d418e3150898aeaa7cc277329a78a33dfa974f.tar.gz
eglibc: Fix package warning
WARNING: For recipe eglibc, the following files/directories were installed but not shipped in any package: WARNING: /usr/lib/locale (From OE-Core rev: d8c24378c6813036fcf9bc88cac919c3443c1446) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core/eglibc')
-rw-r--r--meta/recipes-core/eglibc/eglibc-package.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-core/eglibc/eglibc-package.inc b/meta/recipes-core/eglibc/eglibc-package.inc
index 2a1d939786..d89871718e 100644
--- a/meta/recipes-core/eglibc/eglibc-package.inc
+++ b/meta/recipes-core/eglibc/eglibc-package.inc
@@ -104,5 +104,6 @@ PACKAGE_PREPROCESS_FUNCS += "eglibc_package_preprocess"
104 104
105eglibc_package_preprocess () { 105eglibc_package_preprocess () {
106 rm -rf ${PKGD}/${includedir}/eglibc-locale-internal-${MULTIMACH_TARGET_SYS} 106 rm -rf ${PKGD}/${includedir}/eglibc-locale-internal-${MULTIMACH_TARGET_SYS}
107 rm -rf ${PKGD}/${libdir}/locale
107} 108}
108 109