aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/eglibc/eglibc-package.inc
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:08:35 +0000
commitd8c24378c6813036fcf9bc88cac919c3443c1446 (patch)
treea05e435acf07551332660e676eb8612873d02c69 /meta/recipes-core/eglibc/eglibc-package.inc
parent1034e798cbab0bd16e35db6ae750f146fc8689c1 (diff)
downloadopenembedded-core-contrib-d8c24378c6813036fcf9bc88cac919c3443c1446.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 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.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"
eglibc_package_preprocess () {
rm -rf ${PKGD}/${includedir}/eglibc-locale-internal-${MULTIMACH_TARGET_SYS}
+ rm -rf ${PKGD}/${libdir}/locale
}