From ade351e2f4c3693d4c2ecf3891899c2dcd082491 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Thu, 1 Jan 2009 14:43:54 +0000 Subject: bitbake: Add in code to support the BBCLASSEXTEND variable. Virtual native/sdk recipes then become possible --- bitbake/lib/bb/shell.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bitbake/lib/bb/shell.py') diff --git a/bitbake/lib/bb/shell.py b/bitbake/lib/bb/shell.py index feba3f2b44..c902f15a6b 100644 --- a/bitbake/lib/bb/shell.py +++ b/bitbake/lib/bb/shell.py @@ -276,7 +276,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-54-g00ecf