From 19d849555e6ca0c74bf297487b6e87128422791f Mon Sep 17 00:00:00 2001 From: Christopher Larson Date: Tue, 5 Apr 2022 21:50:00 +0000 Subject: [PATCH] tcmode-external-oe-sdk: default to locale-utf8-is-default Signed-off-by: Christopher Larson --- conf/distro/include/tcmode-external-oe-sdk.inc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/conf/distro/include/tcmode-external-oe-sdk.inc b/conf/distro/include/tcmode-external-oe-sdk.inc index c498188..c07b5c7 100644 --- a/conf/distro/include/tcmode-external-oe-sdk.inc +++ b/conf/distro/include/tcmode-external-oe-sdk.inc @@ -3,6 +3,9 @@ require conf/distro/include/tcmode-external.inc # OE-built toolchains default to this, so don't pass it explicitly TARGET_LDFLAGS_BUILD_ID = "" +# OE-built toolchains assume en_US is utf8 +EXTERNAL_TOOLCHAIN_FEATURES_DEFAULT ??= "locale-utf8-is-default" + TCMODEOVERRIDES .= ":tcmode-external-oe-sdk" EXTERNAL_TARGET_SYS ?= "${TARGET_SYS}"