From ed41167521ccae14952e500d7432cb776636f4e9 Mon Sep 17 00:00:00 2001 From: Juro Bystricky Date: Tue, 30 Jan 2018 08:51:10 -0800 Subject: sanity.bbclass: modified error message Signed-off-by: Juro Bystricky Signed-off-by: Ross Burton --- meta/classes/sanity.bbclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta') 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 -- cgit 1.2.3-korg