mirror of
git://git.yoctoproject.org/layerindex-web.git
synced 2025-07-19 20:59:01 +02:00
update.py: minor fixup for last commit
Fix up memory leak fix for bitbake in daisy and earlier which did not have bb.codeparser.codecache. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
This commit is contained in:
parent
f4b4525858
commit
40f1d51de6
|
@ -587,6 +587,7 @@ def main():
|
|||
bb.event.ui_queue = []
|
||||
bb.parse.parse_py.BBHandler.cached_statements = {}
|
||||
bb.codeparser.codeparsercache = bb.codeparser.CodeParserCache()
|
||||
if hasattr(bb.codeparser, 'codecache'):
|
||||
bb.codeparser.codecache = bb.codeparser.SetCache()
|
||||
bb.fetch._checksum_cache = bb.checksum.FileChecksumCache()
|
||||
bb.fetch.urldata_cache = {}
|
||||
|
|
Loading…
Reference in New Issue
Block a user