]> code.ossystems Code Review - openembedded-core.git/commit
terminal.py: Allow devshell/menuconfig on recent gnome-terminal
authorLeonardo Sandoval <leonardo.sandoval.gonzalez@linux.intel.com>
Tue, 2 Jun 2015 19:54:27 +0000 (14:54 -0500)
committerJoshua Lock <joshua.lock@collabora.co.uk>
Mon, 29 Jun 2015 10:01:05 +0000 (11:01 +0100)
commite0807cdfaa8bcb7cbf08386c3696883a7df26f46
treeb9a3200ad3577b24eb55abb5b1552c4066888ff9
parent7d445547df528aa9e5bfb85568a7270e27f633ef
terminal.py: Allow devshell/menuconfig on recent gnome-terminal

Recent versions of gnome-terminal does not support non-UTF8 charset:
https://bugzilla.gnome.org/show_bug.cgi?id=732127 as a result, devshell and
menuconfig tasks silently hang  (error found on trace log of 'strace -f -v
-s 8192 -e write=2 bitbake -c devshell quilt-native': "Non UTF-8 locale
(ANSI_X3.4-1968) is not supported!"). As a workaround, clearing the LC_ALL
environment variable so it uses the locale. Once fixed on the gnome-terminal
project, this should be removed.

Tested on gnome-terminal versions:

       GNOME Terminal 3.4.1.1
       GNOME Terminal 3.14.2 (Default on Ubuntu 15.04)

[YOCTO #7791]

Signed-off-by: Leonardo Sandoval <leonardo.sandoval.gonzalez@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/lib/oe/terminal.py