diff options
Diffstat (limited to 'bitbake/lib/bb/command.py')
| -rw-r--r-- | bitbake/lib/bb/command.py | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/bitbake/lib/bb/command.py b/bitbake/lib/bb/command.py index a902da2ce8..893a6d9070 100644 --- a/bitbake/lib/bb/command.py +++ b/bitbake/lib/bb/command.py | |||
| @@ -311,6 +311,14 @@ class CommandsAsync: | |||
| 311 | command.finishAsyncCommand() | 311 | command.finishAsyncCommand() |
| 312 | parseFiles.needcache = True | 312 | parseFiles.needcache = True |
| 313 | 313 | ||
| 314 | def reparseFiles(self, command, params): | ||
| 315 | """ | ||
| 316 | Reparse .bb files | ||
| 317 | """ | ||
| 318 | command.cooker.reparseFiles() | ||
| 319 | command.finishAsyncCommand() | ||
| 320 | reparseFiles.needcache = True | ||
| 321 | |||
| 314 | def compareRevisions(self, command, params): | 322 | def compareRevisions(self, command, params): |
| 315 | """ | 323 | """ |
| 316 | Parse the .bb files | 324 | Parse the .bb files |
