diff options
Diffstat (limited to 'bitbake/lib/bb/tinfoil.py')
| -rw-r--r-- | bitbake/lib/bb/tinfoil.py | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/bitbake/lib/bb/tinfoil.py b/bitbake/lib/bb/tinfoil.py index c05e1465f1..45bac5edcb 100644 --- a/bitbake/lib/bb/tinfoil.py +++ b/bitbake/lib/bb/tinfoil.py | |||
| @@ -90,11 +90,6 @@ class TinfoilConfigParameters(ConfigParameters): | |||
| 90 | def parseCommandLine(self): | 90 | def parseCommandLine(self): |
| 91 | class DummyOptions: | 91 | class DummyOptions: |
| 92 | def __init__(self, initial_options): | 92 | def __init__(self, initial_options): |
| 93 | self.show_environment = False | ||
| 94 | self.pkgs_to_build = [] | ||
| 95 | self.prefile = [] | ||
| 96 | self.postfile = [] | ||
| 97 | self.tracking = False | ||
| 98 | for key, val in initial_options.items(): | 93 | for key, val in initial_options.items(): |
| 99 | setattr(self, key, val) | 94 | setattr(self, key, val) |
| 100 | 95 | ||
