]> code.ossystems Code Review - openembedded-core.git/commitdiff
bitbake.conf: Change TERM default fallback to XTERM instead of GNOME_TERM
authorKhem Raj <raj.khem@gmail.com>
Fri, 15 Jul 2011 21:19:23 +0000 (14:19 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 19 Jul 2011 16:33:57 +0000 (17:33 +0100)
Its better to use xterm since some folks may not be using gnome
or KDE. Chances of having xterm on build machines are lot more
than having gnome-terminal.

Signed-off-by: Khem Raj <raj.khem@gmail.com>
meta/conf/bitbake.conf

index 463991d41db5eeb54513371cc4a8259a4605cd0f..128b0b66bb30599003cf99321fc739a5ed4dfdcb 100644 (file)
@@ -571,8 +571,8 @@ KONSOLE_TERMCMD = 'konsole -T "$TERMWINDOWTITLE"'
 KONSOLE_TERMCMDRUN = '${KONSOLE_TERMCMD} -e $SHELLCMDS'
 
 # Set a default
-TERMCMD ?= "${GNOME_TERMCMD}"
-TERMCMDRUN ?= "${GNOME_TERMCMDRUN}"
+TERMCMD ?= "${XTERM_TERMCMD}"
+TERMCMDRUN ?= "${XTERM_TERMCMDRUN}"
 
 ##################################################################
 # Miscellaneous utilities.