From 772ec7db089f5fefd85e1e37695a22009e76d3bc Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Sat, 3 Jan 2009 16:33:11 +0000 Subject: bitbake-dev: Add BBCLASSEXTEND support --- bitbake-dev/lib/bb/shell.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bitbake-dev/lib/bb/shell.py') 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" -- cgit v1.2.3