From: Khem Raj Date: Fri, 15 Jul 2011 21:19:23 +0000 (-0700) Subject: bitbake.conf: Change TERM default fallback to XTERM instead of GNOME_TERM X-Git-Tag: 2011-1~724 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=6ba0dc5b075ab63d6c16fcb45928336a919cf070;p=openembedded-core.git bitbake.conf: Change TERM default fallback to XTERM instead of GNOME_TERM 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 --- diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf index 463991d41d..128b0b66bb 100644 --- a/meta/conf/bitbake.conf +++ b/meta/conf/bitbake.conf @@ -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.