[OE-core] [PATCH 1/2] package_deb: don't install glibc-localedata-i18n separately

Christopher Larson kergoth at gmail.com
Wed Mar 20 22:21:30 UTC 2013


From: Christopher Larson <chris_larson at mentor.com>

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>
---
 meta/classes/package_deb.bbclass | 4 ----
 1 file changed, 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
-- 
1.8.2





More information about the Openembedded-core mailing list