diff options
author | Richard Purdie <rpurdie@linux.intel.com> | 2009-01-03 16:33:11 +0000 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2009-01-03 16:33:11 +0000 |
commit | 772ec7db089f5fefd85e1e37695a22009e76d3bc (patch) | |
tree | 4f3f9066803f61b1f1898c1d39dff4f800239b40 /bitbake-dev/lib/bb/shell.py | |
parent | ee0faf1346cabb0c90f43891ede3f88878f87b8b (diff) | |
download | openembedded-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.py | 2 |
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" |