summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael 'Mickey' Lauer <mickey@vanille-media.de>2005-07-19 10:26:06 +0000
committerMichael 'Mickey' Lauer <mickey@vanille-media.de>2005-07-19 10:26:06 +0000
commit28e1782b51ecf751d42388b196d7cdec068aa290 (patch)
tree3dcfe719cd333229246f72cae966a52f2a9f06ba
parentd3763859a04b5f1d7ecf50b164fb72f6750ccf7f (diff)
downloadbitbake-28e1782b51ecf751d42388b196d7cdec068aa290.tar.gz
update configuration data before entering the shell. patch courtesy Proti - thanks.
-rwxr-xr-xbin/bitbake1
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/bitbake b/bin/bitbake
index 70bd1ee5f..4ed72f4f4 100755
--- a/bin/bitbake
+++ b/bin/bitbake
@@ -544,6 +544,7 @@ class BBCooker:
except ImportError, details:
bb.fatal("Sorry, shell not available (%s)" % details )
else:
+ bb.data.update_data( self.configuration.data )
shell.start( self )
sys.exit( 0 )