From: Juro Bystricky Date: Tue, 30 Jan 2018 16:51:10 +0000 (-0800) Subject: sanity.bbclass: modified error message X-Git-Tag: uninative-1.8~470 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=ed41167521ccae14952e500d7432cb776636f4e9;p=openembedded-core.git sanity.bbclass: modified error message Signed-off-by: Juro Bystricky Signed-off-by: Ross Burton --- diff --git a/meta/classes/sanity.bbclass b/meta/classes/sanity.bbclass index d0f507e0c5..6716985bc0 100644 --- a/meta/classes/sanity.bbclass +++ b/meta/classes/sanity.bbclass @@ -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