summaryrefslogtreecommitdiff
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)
downloadopenembedded-core-772ec7db089f5fefd85e1e37695a22009e76d3bc.tar.gz
openembedded-core-772ec7db089f5fefd85e1e37695a22009e76d3bc.tar.bz2
openembedded-core-772ec7db089f5fefd85e1e37695a22009e76d3bc.zip
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:
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"