diff options
Diffstat (limited to 'bitbake/lib/bb/command.py')
| -rw-r--r-- | bitbake/lib/bb/command.py | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/bitbake/lib/bb/command.py b/bitbake/lib/bb/command.py index 9dc38ec938..43dd2f4644 100644 --- a/bitbake/lib/bb/command.py +++ b/bitbake/lib/bb/command.py | |||
| @@ -378,14 +378,6 @@ class CommandsAsync: | |||
| 378 | command.finishAsyncCommand() | 378 | command.finishAsyncCommand() |
| 379 | parseFiles.needcache = True | 379 | parseFiles.needcache = True |
| 380 | 380 | ||
| 381 | def reparseFiles(self, command, params): | ||
| 382 | """ | ||
| 383 | Reparse .bb files | ||
| 384 | """ | ||
| 385 | command.cooker.reparseFiles() | ||
| 386 | command.finishAsyncCommand() | ||
| 387 | reparseFiles.needcache = True | ||
| 388 | |||
| 389 | def compareRevisions(self, command, params): | 381 | def compareRevisions(self, command, params): |
| 390 | """ | 382 | """ |
| 391 | Parse the .bb files | 383 | Parse the .bb files |
