[oe-commits] Christopher Larson : package_deb: don' t install glibc-localedata-i18n separately

git at git.openembedded.org git at git.openembedded.org
Fri Mar 22 17:05:37 UTC 2013


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

Author: Christopher Larson <chris_larson at mentor.com>
Date:   Wed Mar 20 15:21:30 2013 -0700

package_deb: don't install glibc-localedata-i18n separately

This was removed from package_rpm and package_ipk years ago, and shouldn't be
needed, installing the packages from package_linguas should be sufficient.

Signed-off-by: Christopher Larson <chris_larson at mentor.com>
Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 meta/classes/package_deb.bbclass |    4 ----
 1 files changed, 0 insertions(+), 4 deletions(-)

diff --git a/meta/classes/package_deb.bbclass b/meta/classes/package_deb.bbclass
index 3174184..84b1c52 100644
--- a/meta/classes/package_deb.bbclass
+++ b/meta/classes/package_deb.bbclass
@@ -104,10 +104,6 @@ package_install_internal_deb () {
 	# Uclibc builds don't provide this stuff..
 	if [ x${TARGET_OS} = "xlinux" ] || [ x${TARGET_OS} = "xlinux-gnueabi" ] ; then
 		if [ ! -z "${package_linguas}" ]; then
-			apt-get install glibc-localedata-i18n --force-yes --allow-unauthenticated
-			if [ $? -ne 0 ]; then
-				exit 1
-			fi
 			for i in ${package_linguas}; do
 				apt-get install $i --force-yes --allow-unauthenticated
 				if [ $? -ne 0 ]; then





More information about the Openembedded-commits mailing list