diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-02-23 10:53:39 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-02-24 00:12:00 +0000 |
commit | b1d418e3150898aeaa7cc277329a78a33dfa974f (patch) | |
tree | 64faed9042e66253c48b33f7f8bed7dba0b55ff3 | |
parent | 1d7728e8cb4625a2e5cfc4dd8fd80da0192fcdfe (diff) | |
download | poky-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>
-rw-r--r-- | meta/recipes-core/eglibc/eglibc-package.inc | 1 |
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 | ||
105 | eglibc_package_preprocess () { | 105 | eglibc_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 | ||