summaryrefslogtreecommitdiffstats
path: root/bitbake-dev/lib/bb/shell.py
diff options
context:
space:
mode:
Diffstat (limited to 'bitbake-dev/lib/bb/shell.py')
-rw-r--r--bitbake-dev/lib/bb/shell.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bitbake-dev/lib/bb/shell.py b/bitbake-dev/lib/bb/shell.py
index 55bae25d44..9d47effd69 100644
--- a/bitbake-dev/lib/bb/shell.py
+++ b/bitbake-dev/lib/bb/shell.py
@@ -268,7 +268,7 @@ class BitBakeShellCommands:
268 print "SHELL: Parsing '%s'" % bbfile 268 print "SHELL: Parsing '%s'" % bbfile
269 parse.update_mtime( bbfile ) 269 parse.update_mtime( bbfile )
270 cooker.bb_cache.cacheValidUpdate(bbfile) 270 cooker.bb_cache.cacheValidUpdate(bbfile)
271 fromCache = cooker.bb_cache.loadData(bbfile, cooker.configuration.data) 271 fromCache = cooker.bb_cache.loadData(bbfile, cooker.configuration.data, cooker.status)
272 cooker.bb_cache.sync() 272 cooker.bb_cache.sync()
273 if False: #fromCache: 273 if False: #fromCache:
274 print "SHELL: File has not been updated, not reparsing" 274 print "SHELL: File has not been updated, not reparsing"