bitbake: Add in code to support the BBCLASSEXTEND variable. Virtual native/sdk recipes then become possible

This commit is contained in:
Richard Purdie
2009-01-01 14:43:54 +00:00
parent 28fd9dadbd
commit ade351e2f4
6 changed files with 85 additions and 24 deletions

View File

@@ -276,7 +276,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"