summaryrefslogtreecommitdiffstats
path: root/meta/classes/sanity.bbclass
diff options
context:
space:
mode:
authorJuro Bystricky <juro.bystricky@intel.com>2018-01-30 08:51:10 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2018-02-06 10:54:34 +0000
commited41167521ccae14952e500d7432cb776636f4e9 (patch)
tree73a7d91d34f37069e0aa086aa032ef243d23423f /meta/classes/sanity.bbclass
parent9dc77b11f7e01d9fdf30b9aabe198d9a60c3cd3e (diff)
downloadopenembedded-core-contrib-ed41167521ccae14952e500d7432cb776636f4e9.tar.gz
sanity.bbclass: modified error message
Signed-off-by: Juro Bystricky <juro.bystricky@intel.com> Signed-off-by: Ross Burton <ross.burton@intel.com>
Diffstat (limited to 'meta/classes/sanity.bbclass')
-rw-r--r--meta/classes/sanity.bbclass2
1 files changed, 1 insertions, 1 deletions
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