bitbake-dev: Add BBCLASSEXTEND support

This commit is contained in:
Richard Purdie
2009-01-03 16:33:11 +00:00
parent ee0faf1346
commit 772ec7db08
4 changed files with 79 additions and 15 deletions

View File

@@ -268,7 +268,7 @@ class BitBakeShellCommands:
print "SHELL: Parsing '%s'" % bbfile
parse.update_mtime( bbfile )
cooker.bb_cache.cacheValidUpdate(bbfile)
fromCache = cooker.bb_cache.loadData(bbfile, cooker.configuration.data)
fromCache = cooker.bb_cache.loadData(bbfile, cooker.configuration.data, cooker.status)
cooker.bb_cache.sync()
if False: #fromCache:
print "SHELL: File has not been updated, not reparsing"