]> code.ossystems Code Review - openembedded-core.git/commit
terminal.py: No --disable-factory for gnome-terminal >= 3.10
authorSven Ebenfeld <sven.ebenfeld@gmail.com>
Mon, 23 Feb 2015 19:39:41 +0000 (20:39 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 24 Feb 2015 23:33:33 +0000 (23:33 +0000)
commit818c94f5b9882c2028ef9f056714a0a3c9045551
tree61e5aa4c33864bb72d8999322fb201a55959bc1f
parentc8a9d74ee78266893497a6b60329f6ae79c0394d
terminal.py: No --disable-factory for gnome-terminal >= 3.10

--disable-factory has been disabled in earlier versions of gnome-terminal
but from version 3.10 it raises an error and quits. This makes devshell
unusable with gnome-terminal >= 3.10. This patch checks for the version and
removes --disable-factory if you have the terminal version 3.10 or higher.

Signed-off-by: Sven Ebenfeld <sven.ebenfeld@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/lib/oe/terminal.py