mirror of
https://git.yoctoproject.org/poky
synced 2026-06-01 00:59:48 +00:00
lib/oe/patch.py: Fix patch application failure interaction handling
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
This commit is contained in:
@@ -521,8 +521,7 @@ SRC_URI = "file://${FILE}"
|
||||
# UI/Interaction Configuration
|
||||
##################################################################
|
||||
|
||||
SHELLRCCMD = "bash --rcfile $TERMRCFILE"
|
||||
export SHELLCMDS = "${SHELLRCCMD}"
|
||||
export SHELLCMDS = "bash"
|
||||
# Some common terminal programs to choose from
|
||||
GNOME_TERMCMD = 'gnome-terminal --disable-factory -t "$TERMWINDOWTITLE"'
|
||||
GNOME_TERMCMDRUN = '${GNOME_TERMCMD} -x $SHELLCMDS'
|
||||
|
||||
Reference in New Issue
Block a user