| Submitter | Richard Purdie |
|---|---|
| Date | Feb. 23, 2012, 1:38 p.m. |
| Message ID | <5c6b81ada0814d1947d89120867bb9a4a5b0fa85.1330004039.git.richard.purdie@linuxfoundation.org> |
| Download | mbox | patch |
| Permalink | /patch/21723/ |
| State | Accepted |
| Commit | d8c24378c6813036fcf9bc88cac919c3443c1446 |
| Headers | show |
Comments
Patch
diff --git a/meta/recipes-core/eglibc/eglibc-package.inc b/meta/recipes-core/eglibc/eglibc-package.inc index 2a1d939..d898717 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 }
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> --- meta/recipes-core/eglibc/eglibc-package.inc | 1 + 1 files changed, 1 insertions(+), 0 deletions(-)