aboutsummaryrefslogtreecommitdiffstats
path: root/bitbake/bin/bitbake
diff options
context:
space:
mode:
Diffstat (limited to 'bitbake/bin/bitbake')
-rwxr-xr-xbitbake/bin/bitbake2
1 files changed, 1 insertions, 1 deletions
diff --git a/bitbake/bin/bitbake b/bitbake/bin/bitbake
index 36322d2a0e..6ae5bfaf89 100755
--- a/bitbake/bin/bitbake
+++ b/bitbake/bin/bitbake
@@ -337,7 +337,7 @@ class BBCooker:
bb.msg.fatal(bb.msg.domain.Parsing, "Sorry, shell not available (%s)" % details )
else:
bb.data.update_data( self.configuration.data )
- bb.data.expandKeys(localdata)
+ bb.data.expandKeys( self.configuration.data )
shell.start( self )
sys.exit( 0 )