diff options
| -rw-r--r-- | bitbake/lib/bb/cooker.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bitbake/lib/bb/cooker.py b/bitbake/lib/bb/cooker.py index 6d448b4c6d..5c52d85901 100644 --- a/bitbake/lib/bb/cooker.py +++ b/bitbake/lib/bb/cooker.py | |||
| @@ -1394,7 +1394,7 @@ class BBCooker: | |||
| 1394 | 1394 | ||
| 1395 | def collect_bbfiles( self ): | 1395 | def collect_bbfiles( self ): |
| 1396 | """Collect all available .bb build files""" | 1396 | """Collect all available .bb build files""" |
| 1397 | parsed, cached, skipped, masked = 0, 0, 0, 0 | 1397 | masked = 0 |
| 1398 | 1398 | ||
| 1399 | collectlog.debug(1, "collecting .bb files") | 1399 | collectlog.debug(1, "collecting .bb files") |
| 1400 | 1400 | ||
