diff options
Diffstat (limited to 'bitbake/lib/bb/cooker.py')
-rw-r--r-- | bitbake/lib/bb/cooker.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bitbake/lib/bb/cooker.py b/bitbake/lib/bb/cooker.py index 7a9b1d58d6..548273380f 100644 --- a/bitbake/lib/bb/cooker.py +++ b/bitbake/lib/bb/cooker.py | |||
@@ -1055,6 +1055,7 @@ class CookerParser(object): | |||
1055 | self.shutdown(clean=False) | 1055 | self.shutdown(clean=False) |
1056 | bb.fatal('Error parsing %s: %s' % (exc.recipe, exc)) | 1056 | bb.fatal('Error parsing %s: %s' % (exc.recipe, exc)) |
1057 | 1057 | ||
1058 | |||
1058 | self.current += 1 | 1059 | self.current += 1 |
1059 | self.virtuals += len(result) | 1060 | self.virtuals += len(result) |
1060 | if parsed: | 1061 | if parsed: |