tcmode: drop en_US.UTF-8 from GLIBC_GENERATE_LOCALES

This locale doesn't seem to be available in the external toolchain, so make
sure it isn't included in this variable, otherwise locale-base will depend
upon a non-existant package.

JIRA: SB-2602

Signed-off-by: Christopher Larson <kergoth@gmail.com>
This commit is contained in:
Christopher Larson
2014-04-14 11:51:19 -07:00
parent 0936a48b23
commit 27fe7fc82f

View File

@@ -9,6 +9,11 @@ EXTERNAL_TOOLCHAIN ?= "UNDEFINED"
# errors or warnings.
NO32LIBS ?= "0"
# Ensure that we only attempt to package up locales which are available in the
# external toolchain. In the future, we should examine the external toolchain
# sysroot and determine this accurately.
GLIBC_GENERATE_LOCALES_remove = "en_US.UTF-8"
# Don't ship any toolchain binaries in the sdk for the time being
# FIXME: find a way to do this just for the recipes which include those
# binaries. Potentially we could replace the packagegroup with an alternative