diff options
Diffstat (limited to 'bitbake/lib/bb/cache.py')
| -rw-r--r-- | bitbake/lib/bb/cache.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bitbake/lib/bb/cache.py b/bitbake/lib/bb/cache.py index 3d89435211..47e814b577 100644 --- a/bitbake/lib/bb/cache.py +++ b/bitbake/lib/bb/cache.py | |||
| @@ -336,7 +336,7 @@ class Cache(object): | |||
| 336 | current_percent = 100 * current_progress / cachesize | 336 | current_percent = 100 * current_progress / cachesize |
| 337 | if current_percent > previous_percent: | 337 | if current_percent > previous_percent: |
| 338 | previous_percent = current_percent | 338 | previous_percent = current_percent |
| 339 | bb.event.fire(bb.event.CacheLoadProgress(current_progress), | 339 | bb.event.fire(bb.event.CacheLoadProgress(current_progress, cachesize), |
| 340 | self.data) | 340 | self.data) |
| 341 | 341 | ||
| 342 | previous_progress += current_progress | 342 | previous_progress += current_progress |
