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 11:06:27 +0000
commit0da28271bfcf9a84cefc89a193d7fa703f639469 (patch)
tree916af8ba3fd78d554854c87aa0225616c7d75e91 /meta/classes/sanity.bbclass
parent13884b26b6a0617dafb06a7f2db112aa0882a64e (diff)
downloadpoky-0da28271bfcf9a84cefc89a193d7fa703f639469.tar.gz
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>
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):
709 try: 709 try:
710 locale.setlocale(locale.LC_ALL, "en_US.UTF-8") 710 locale.setlocale(locale.LC_ALL, "en_US.UTF-8")
711 except locale.Error: 711 except locale.Error:
712 raise_sanity_error("You system needs to support the en_US.UTF-8 locale.", d) 712 raise_sanity_error("Your system needs to support the en_US.UTF-8 locale.", d)
713 713
714def check_sanity_everybuild(status, d): 714def check_sanity_everybuild(status, d):
715 import os, stat 715 import os, stat