aboutsummaryrefslogtreecommitdiffstats
path: root/bin/bitbake
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@intel.com>2017-10-10 17:26:30 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2017-12-04 17:22:28 +0000
commitb3f7a75aeac31bc0afb7288fc54eb3929a8e1bae (patch)
treeb86100688a7d4a9d498cf35f89ae428de0b5fa01 /bin/bitbake
parent618cf9693b9f4b48208603b2359f5717a6a35f8f (diff)
downloadbitbake-b3f7a75aeac31bc0afb7288fc54eb3929a8e1bae.tar.gz
bitbake: be more explicit when warning about locale choice
Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> (cherry picked from commit 286dce008d6e0bd3121393b28ca02de1385519fb) Signed-off-by: Armin Kuster <akuster808@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'bin/bitbake')
-rwxr-xr-xbin/bitbake2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/bitbake b/bin/bitbake
index 558e32d79..3acc23af1 100755
--- a/bin/bitbake
+++ b/bin/bitbake
@@ -36,7 +36,7 @@ from bb import cookerdata
from bb.main import bitbake_main, BitBakeConfigParameters, BBMainException
if sys.getfilesystemencoding() != "utf-8":
- sys.exit("Please use a locale setting which supports utf-8.\nPython can't change the filesystem locale after loading so we need a utf-8 when python starts or things won't work.")
+ sys.exit("Please use a locale setting which supports UTF-8 (such as LANG=en_US.UTF-8).\nPython can't change the filesystem locale after loading so we need a UTF-8 when Python starts or things won't work.")
__version__ = "1.36.0"