poky/meta
Armin Kuster e782da1fbd lib/oe/terminal.py: use an absolute path to execute oe-gnome-terminal-phonehome
A flaw was found on my Ubuntu 14.04.5 LTS, on which that gnome-terminal is
the default terminal, when I run any of the tasks:
bitbake busybox -c menuconfig/devshell/devpyshell
bitbake virtual/kernel -c menuconfig/devshell/devpyshell

I got a error as follows:
"Failed to execute child process "oe-gnome-terminal-phonehome" (No such file or directory)"

Seems the environment of the process calling Popen is not passed to the
child process, this behaviour is a known issue in Python bug tracker:
http://bugs.python.org/issue8557

It could be fixed by using an absolute path instead per test.

(From OE-Core rev: 5055bcabca542074cad00c92edf79f3a1551ac32)

Signed-off-by: Ming Liu <liu.ming50@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit 2117c148ef07d84bc605768e3b3671b0126b9337)
Signed-off-by: Andre McCurdy <armccurdy@gmail.com>

Signed-off-by: Armin Kuster <akuster808@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2018-04-05 15:13:48 +01:00
..
classes libc-package.bbclass: split binary localedata even more if asked to 2018-04-05 15:13:48 +01:00
conf default-distrovars: don't rename locales for nativesdk 2018-04-05 15:13:47 +01:00
files kernel, license, sstate, rootfs.py: Remove deploy directory README 2017-08-29 23:43:50 +01:00
lib lib/oe/terminal.py: use an absolute path to execute oe-gnome-terminal-phonehome 2018-04-05 15:13:48 +01:00
recipes-bsp gnu-efi: Fix build with gcc7 2018-03-04 11:12:12 +00:00
recipes-connectivity portmaper: checkuri fails. 2018-03-04 11:12:12 +00:00
recipes-core glibc: Separate locale files to their own sstate task 2018-04-05 15:13:48 +01:00
recipes-devtools e2fsprogs: fix compatibility with glibc 2.27 2018-04-05 15:13:48 +01:00
recipes-extended libtirpc: Extend to native and nativesdk recipes 2018-03-15 15:47:59 -07:00
recipes-gnome adwaita-icon-theme: add a patch to speed up the do_install() task 2017-12-09 14:34:36 +00:00
recipes-graphics fontconfig: Fix namespace conflicts with glibc 2017-12-04 17:34:35 +00:00
recipes-kernel linux-firmware: Add reference to iwlwifi-8000C firmware 2018-03-19 15:58:33 +00:00
recipes-lsb4 libpng: lsb version 1.2.56 url fix 2017-10-10 17:27:40 +01:00
recipes-multimedia tiff: Security fix for CVE-2017-7593 2017-11-21 14:43:54 +00:00
recipes-rt rt-tests: fix the recipe version to match upstream 2016-11-16 10:37:57 +00:00
recipes-sato webkitgtk: update to 2.18.5 (includes Spectre mitigations; see commit description) 2018-01-14 22:10:54 +00:00
recipes-support gnutls_3.5.3.bb: Fix native build on distro with kernel < 3.4.17 2018-03-14 07:55:53 -07:00
site siteinfo.bbclass: Add mipsisa{32, 64}r6{el, } support 2016-10-07 16:43:57 +01:00
COPYING.GPLv2
COPYING.MIT
recipes.txt