mirror of
https://git.yoctoproject.org/poky
synced 2026-03-19 13:49:41 +01:00
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 <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user