diff options
Diffstat (limited to 'bitbake/lib/bb/taskdata.py')
| -rw-r--r-- | bitbake/lib/bb/taskdata.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/bitbake/lib/bb/taskdata.py b/bitbake/lib/bb/taskdata.py index 8c96a56285..0ea6c0bfd6 100644 --- a/bitbake/lib/bb/taskdata.py +++ b/bitbake/lib/bb/taskdata.py | |||
| @@ -47,7 +47,7 @@ class TaskData: | |||
| 47 | """ | 47 | """ |
| 48 | BitBake Task Data implementation | 48 | BitBake Task Data implementation |
| 49 | """ | 49 | """ |
| 50 | def __init__(self, abort = True, tryaltconfigs = False, skiplist = None, allowincomplete = False): | 50 | def __init__(self, abort = True, skiplist = None, allowincomplete = False): |
| 51 | self.build_targets = {} | 51 | self.build_targets = {} |
| 52 | self.run_targets = {} | 52 | self.run_targets = {} |
| 53 | 53 | ||
| @@ -66,7 +66,6 @@ class TaskData: | |||
| 66 | self.failed_fns = [] | 66 | self.failed_fns = [] |
| 67 | 67 | ||
| 68 | self.abort = abort | 68 | self.abort = abort |
| 69 | self.tryaltconfigs = tryaltconfigs | ||
| 70 | self.allowincomplete = allowincomplete | 69 | self.allowincomplete = allowincomplete |
| 71 | 70 | ||
| 72 | self.skiplist = skiplist | 71 | self.skiplist = skiplist |
