diff options
Diffstat (limited to 'bitbake')
-rw-r--r-- | bitbake/lib/bb/cache.py | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/bitbake/lib/bb/cache.py b/bitbake/lib/bb/cache.py index ff42a37b44..7ea04ac1a5 100644 --- a/bitbake/lib/bb/cache.py +++ b/bitbake/lib/bb/cache.py | |||
@@ -548,9 +548,7 @@ class CacheData(object): | |||
548 | """ | 548 | """ |
549 | 549 | ||
550 | def __init__(self): | 550 | def __init__(self): |
551 | """ | 551 | # Direct cache variables |
552 | Direct cache variables | ||
553 | """ | ||
554 | self.providers = defaultdict(list) | 552 | self.providers = defaultdict(list) |
555 | self.rproviders = defaultdict(list) | 553 | self.rproviders = defaultdict(list) |
556 | self.packages = defaultdict(list) | 554 | self.packages = defaultdict(list) |
@@ -575,10 +573,7 @@ class CacheData(object): | |||
575 | self.basetaskhash = {} | 573 | self.basetaskhash = {} |
576 | self.hashfn = {} | 574 | self.hashfn = {} |
577 | 575 | ||
578 | """ | 576 | # Indirect Cache variables (set elsewhere) |
579 | Indirect Cache variables | ||
580 | (set elsewhere) | ||
581 | """ | ||
582 | self.ignored_dependencies = [] | 577 | self.ignored_dependencies = [] |
583 | self.world_target = set() | 578 | self.world_target = set() |
584 | self.bbfile_priority = {} | 579 | self.bbfile_priority = {} |