From 27fe7fc82f5aeafa3b7d9a0a26bf04af194922e4 Mon Sep 17 00:00:00 2001 From: Christopher Larson Date: Mon, 14 Apr 2014 11:51:19 -0700 Subject: [PATCH] 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 --- conf/distro/include/tcmode-external-sourcery.inc | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/conf/distro/include/tcmode-external-sourcery.inc b/conf/distro/include/tcmode-external-sourcery.inc index f4a1f68..d034f90 100644 --- a/conf/distro/include/tcmode-external-sourcery.inc +++ b/conf/distro/include/tcmode-external-sourcery.inc @@ -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