summaryrefslogtreecommitdiffstats
path: root/lib/bb/shell.py
diff options
context:
space:
mode:
authorRichard Purdie <rpurdie@linux.intel.com>2006-11-12 19:18:18 +0000
committerRichard Purdie <rpurdie@linux.intel.com>2006-11-12 19:18:18 +0000
commitd3b3f4f43b92d905e710bc9d242f9d8b7159198b (patch)
tree1de2152a05d52d0cca9e62775facb5af72a71958 /lib/bb/shell.py
parent7272ac4f2b36d7de0180c47f3966a0dc679f86c7 (diff)
downloadbitbake-d3b3f4f43b92d905e710bc9d242f9d8b7159198b.tar.gz
taskdata.py: Improve abort flag handling, fixing several bugs
Diffstat (limited to 'lib/bb/shell.py')
-rw-r--r--lib/bb/shell.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/bb/shell.py b/lib/bb/shell.py
index 192ed022f..760c371d9 100644
--- a/lib/bb/shell.py
+++ b/lib/bb/shell.py
@@ -155,7 +155,7 @@ class BitBakeShellCommands:
cooker.build_cache = []
cooker.build_cache_fail = []
- td = taskdata.TaskData()
+ td = taskdata.TaskData(cooker.configuration.abort)
try:
tasks = []