mirror of
https://git.yoctoproject.org/poky
synced 2026-05-31 00:39:46 +00:00
bitbake: Fix a couple of typos in the bitbake shell
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@990 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
+1
-1
@@ -337,7 +337,7 @@ class BBCooker:
|
|||||||
bb.msg.fatal(bb.msg.domain.Parsing, "Sorry, shell not available (%s)" % details )
|
bb.msg.fatal(bb.msg.domain.Parsing, "Sorry, shell not available (%s)" % details )
|
||||||
else:
|
else:
|
||||||
bb.data.update_data( self.configuration.data )
|
bb.data.update_data( self.configuration.data )
|
||||||
bb.data.expandKeys(localdata)
|
bb.data.expandKeys( self.configuration.data )
|
||||||
shell.start( self )
|
shell.start( self )
|
||||||
sys.exit( 0 )
|
sys.exit( 0 )
|
||||||
|
|
||||||
|
|||||||
@@ -181,7 +181,7 @@ class BitBakeShellCommands:
|
|||||||
|
|
||||||
except runqueue.TaskFailure, fnids:
|
except runqueue.TaskFailure, fnids:
|
||||||
for fnid in fnids:
|
for fnid in fnids:
|
||||||
print "ERROR: '%s' failed" % td.fn_index[fnid])
|
print "ERROR: '%s' failed" % td.fn_index[fnid]
|
||||||
global last_exception
|
global last_exception
|
||||||
last_exception = runqueue.TaskFailure
|
last_exception = runqueue.TaskFailure
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user