mirror of
https://git.yoctoproject.org/poky
synced 2026-04-29 00:32:14 +02:00
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. (From OE-Core rev: 6ba0dc5b075ab63d6c16fcb45928336a919cf070) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -571,8 +571,8 @@ KONSOLE_TERMCMD = 'konsole -T "$TERMWINDOWTITLE"'
|
|||||||
KONSOLE_TERMCMDRUN = '${KONSOLE_TERMCMD} -e $SHELLCMDS'
|
KONSOLE_TERMCMDRUN = '${KONSOLE_TERMCMD} -e $SHELLCMDS'
|
||||||
|
|
||||||
# Set a default
|
# Set a default
|
||||||
TERMCMD ?= "${GNOME_TERMCMD}"
|
TERMCMD ?= "${XTERM_TERMCMD}"
|
||||||
TERMCMDRUN ?= "${GNOME_TERMCMDRUN}"
|
TERMCMDRUN ?= "${XTERM_TERMCMDRUN}"
|
||||||
|
|
||||||
##################################################################
|
##################################################################
|
||||||
# Miscellaneous utilities.
|
# Miscellaneous utilities.
|
||||||
|
|||||||
Reference in New Issue
Block a user