mirror of
https://git.yoctoproject.org/poky
synced 2026-05-08 17:19:20 +00:00
sanity.bbclass: modified error message
(From OE-Core rev: ed41167521ccae14952e500d7432cb776636f4e9) Signed-off-by: Juro Bystricky <juro.bystricky@intel.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
13884b26b6
commit
0da28271bf
@@ -709,7 +709,7 @@ def sanity_check_locale(d):
|
||||
try:
|
||||
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)
|
||||
raise_sanity_error("Your system needs to support the en_US.UTF-8 locale.", d)
|
||||
|
||||
def check_sanity_everybuild(status, d):
|
||||
import os, stat
|
||||
|
||||
Reference in New Issue
Block a user