From: Richard Purdie Date: Wed, 1 Jun 2016 14:03:58 +0000 (+0100) Subject: sanity: Drop setting C locale X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=3c42280b8a5cac184311a59589849fec4e215a14;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git sanity: Drop setting C locale We really want the en_US locale as per the configuration and previous patches. Don't set it back to C as things will break under python3. (From OE-Core rev: 42af63f326b03b32019c8b808b7ba07027f209b8) Signed-off-by: Richard Purdie --- diff --git a/meta/classes/sanity.bbclass b/meta/classes/sanity.bbclass index 3d5ace20a76..a392bc29d1b 100644 --- a/meta/classes/sanity.bbclass +++ b/meta/classes/sanity.bbclass @@ -774,7 +774,6 @@ def sanity_check_locale(d): locale.setlocale(locale.LC_ALL, "en_US.UTF-8") except locale.Error: raise_sanity_error("You system needs to support the en_US.UTF-8 locale.", d) - locale.setlocale(locale.LC_ALL, "C") def check_sanity_everybuild(status, d): import os, stat