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: yocto-4.0~40424 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=6ba0dc5b075ab63d6c16fcb45928336a919cf070;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.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 463991d41db..128b0b66bb3 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.