From patchwork Thu May 3 01:55:35 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [CONSOLIDATED, PULL, 16/36] tclibc-eglibc: drop hardcoded locale-base-en-us/en-gb Date: Thu, 03 May 2012 01:55:35 -0000 From: Saul Wold X-Patchwork-Id: 26913 Message-Id: To: openembedded-core@lists.openembedded.org From: Christopher Larson This is handled by IMAGE_LINGUAS, so hardcoding it here is at best unnecessary duplication. Signed-off-by: Christopher Larson --- meta/conf/distro/include/tclibc-eglibc.inc | 12 +++++------- 1 files changed, 5 insertions(+), 7 deletions(-) diff --git a/meta/conf/distro/include/tclibc-eglibc.inc b/meta/conf/distro/include/tclibc-eglibc.inc index aed82d1..4f5607f 100644 --- a/meta/conf/distro/include/tclibc-eglibc.inc +++ b/meta/conf/distro/include/tclibc-eglibc.inc @@ -19,10 +19,10 @@ CXXFLAGS += "-fvisibility-inlines-hidden" LIBC_DEPENDENCIES = "libsegfault \ eglibc \ - eglibc-dbg \ - eglibc-dev \ - eglibc-utils \ - eglibc-thread-db \ + eglibc-dbg \ + eglibc-dev \ + eglibc-utils \ + eglibc-thread-db \ ${@get_libc_locales_dependencies(d)}" LIBC_LOCALE_DEPENDENCIES = "\ @@ -30,9 +30,7 @@ LIBC_LOCALE_DEPENDENCIES = "\ eglibc-gconv-ibm850 \ eglibc-gconv-cp1252 \ eglibc-gconv-iso8859-1 \ - eglibc-gconv-iso8859-15 \ - locale-base-en-us \ - locale-base-en-gb" + eglibc-gconv-iso8859-15" def get_libc_locales_dependencies(d): if 'libc-locales' in (d.getVar('DISTRO_FEATURES', True) or '').split() :