summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/bb/shell.py
diff options
context:
space:
mode:
authorRichard Purdie <rpurdie@linux.intel.com>2009-01-01 14:43:54 +0000
committerRichard Purdie <rpurdie@linux.intel.com>2009-01-03 16:25:20 +0000
commitade351e2f4c3693d4c2ecf3891899c2dcd082491 (patch)
tree5087685a70305a6d7792f2e622fca7654b6d0ced /bitbake/lib/bb/shell.py
parent28fd9dadbdf842d5db32e893be85068f9b2b114a (diff)
downloadpoky-ade351e2f4c3693d4c2ecf3891899c2dcd082491.tar.gz
bitbake: Add in code to support the BBCLASSEXTEND variable. Virtual native/sdk recipes then become possible
Diffstat (limited to 'bitbake/lib/bb/shell.py')
-rw-r--r--bitbake/lib/bb/shell.py2
1 files changed, 1 insertions, 1 deletions
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:
276 print "SHELL: Parsing '%s'" % bbfile 276 print "SHELL: Parsing '%s'" % bbfile
277 parse.update_mtime( bbfile ) 277 parse.update_mtime( bbfile )
278 cooker.bb_cache.cacheValidUpdate(bbfile) 278 cooker.bb_cache.cacheValidUpdate(bbfile)
279 fromCache = cooker.bb_cache.loadData(bbfile, cooker.configuration.data) 279 fromCache = cooker.bb_cache.loadData(bbfile, cooker.configuration.data, cooker.status)
280 cooker.bb_cache.sync() 280 cooker.bb_cache.sync()
281 if False: #fromCache: 281 if False: #fromCache:
282 print "SHELL: File has not been updated, not reparsing" 282 print "SHELL: File has not been updated, not reparsing"