summaryrefslogtreecommitdiffstats
path: root/bitbake-dev/lib/bb/shell.py
diff options
context:
space:
mode:
authorRichard Purdie <rpurdie@linux.intel.com>2009-01-03 16:33:11 +0000
committerRichard Purdie <rpurdie@linux.intel.com>2009-01-03 16:33:11 +0000
commit772ec7db089f5fefd85e1e37695a22009e76d3bc (patch)
tree4f3f9066803f61b1f1898c1d39dff4f800239b40 /bitbake-dev/lib/bb/shell.py
parentee0faf1346cabb0c90f43891ede3f88878f87b8b (diff)
downloadpoky-772ec7db089f5fefd85e1e37695a22009e76d3bc.tar.gz
bitbake-dev: Add BBCLASSEXTEND support
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"