diff options
author | Richard Purdie <rpurdie@linux.intel.com> | 2010-06-10 20:22:41 +0100 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2010-06-10 20:22:41 +0100 |
commit | beef002bb4c23f105458b8a8ead2c8eec06eb829 (patch) | |
tree | 894f6311d0e2e7afdeb57f9f38174e31565baca5 /meta/conf/bitbake.conf | |
parent | 453ee8d5737d90b0a17cf62c750d415080000a2d (diff) | |
download | poky-beef002bb4c23f105458b8a8ead2c8eec06eb829.tar.gz |
lib/oe/patch.py: Fix patch application failure interaction handling
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Diffstat (limited to 'meta/conf/bitbake.conf')
-rw-r--r-- | meta/conf/bitbake.conf | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf index ad1afad30d..9d8e59457c 100644 --- a/meta/conf/bitbake.conf +++ b/meta/conf/bitbake.conf | |||
@@ -521,8 +521,7 @@ SRC_URI = "file://${FILE}" | |||
521 | # UI/Interaction Configuration | 521 | # UI/Interaction Configuration |
522 | ################################################################## | 522 | ################################################################## |
523 | 523 | ||
524 | SHELLRCCMD = "bash --rcfile $TERMRCFILE" | 524 | export SHELLCMDS = "bash" |
525 | export SHELLCMDS = "${SHELLRCCMD}" | ||
526 | # Some common terminal programs to choose from | 525 | # Some common terminal programs to choose from |
527 | GNOME_TERMCMD = 'gnome-terminal --disable-factory -t "$TERMWINDOWTITLE"' | 526 | GNOME_TERMCMD = 'gnome-terminal --disable-factory -t "$TERMWINDOWTITLE"' |
528 | GNOME_TERMCMDRUN = '${GNOME_TERMCMD} -x $SHELLCMDS' | 527 | GNOME_TERMCMDRUN = '${GNOME_TERMCMD} -x $SHELLCMDS' |