]> code.ossystems Code Review - openembedded-core.git/commit
terminal.py: fixes launching multiple windows of gnome-terminal
authorAlejandro Hernandez <alejandro.hernandez@linux.intel.com>
Tue, 27 Jan 2015 23:36:59 +0000 (17:36 -0600)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 3 Feb 2015 14:53:42 +0000 (14:53 +0000)
commitb457e0b028418260aee25858b8af8938dd038fac
tree9d7822627ee45d20a97507697b3ae90899276c24
parent039c57257c4180b0688fc2ec1b03948276009b04
terminal.py: fixes launching multiple windows of gnome-terminal

When resolving a patch, a new process of gnome-terminal
is created for every patch to be resolved, it "waits"
for the previous one to end, instead of launching
multiple windows at the same time.

[YOCTO #7254]

Signed-off-by: Alejandro Hernandez <alejandro.hernandez@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/lib/oe/terminal.py