]> code.ossystems Code Review - openembedded-core.git/commitdiff
sanity.bbclass: modified error message
authorJuro Bystricky <juro.bystricky@intel.com>
Tue, 30 Jan 2018 16:51:10 +0000 (08:51 -0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 6 Feb 2018 10:54:34 +0000 (10:54 +0000)
Signed-off-by: Juro Bystricky <juro.bystricky@intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/classes/sanity.bbclass

index d0f507e0c50389500e8fe1fb976dbefdeed2d7b2..6716985bc008d46f0cea7cb54e42d494e2cbae71 100644 (file)
@@ -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