shell.py: Fix shell data updating problems (#1880) (add hunk missing from the last...
authorRichard Purdie <rpurdie@linux.intel.com>
Sun, 6 Jan 2008 13:18:30 +0000 (13:18 +0000)
committerRichard Purdie <rpurdie@linux.intel.com>
Sun, 6 Jan 2008 13:18:30 +0000 (13:18 +0000)
lib/bb/cooker.py

index 985c077..c6597c5 100644 (file)
@@ -381,8 +381,6 @@ class BBCooker:
         except ImportError, details:
             bb.msg.fatal(bb.msg.domain.Parsing, "Sorry, shell not available (%s)" % details )
         else:
-            bb.data.update_data( self.configuration.data )
-            bb.data.expandKeys( self.configuration.data )
             shell.start( self )
             sys.exit( 0 )