[oe-commits] Richard Purdie : eglibc: Fix package warning

git at git.openembedded.org git at git.openembedded.org
Fri Feb 24 00:13:59 UTC 2012


Module: openembedded-core.git
Branch: master
Commit: d8c24378c6813036fcf9bc88cac919c3443c1446
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=d8c24378c6813036fcf9bc88cac919c3443c1446

Author: Richard Purdie <richard.purdie at linuxfoundation.org>
Date:   Thu Feb 23 10:53:39 2012 +0000

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 at linuxfoundation.org>

---

 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 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
 }
 





More information about the Openembedded-commits mailing list