]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commit
command.py: Call updateCache for all states != running
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 26 Aug 2013 12:41:03 +0000 (12:41 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 26 Aug 2013 12:43:43 +0000 (13:43 +0100)
commit552b8935dd2f9f11e8d5c08a597a7e966b891480
tree35a1ba1a60fa6fbbb9293df40b3d3431e2710911
parent9c91948e10df278dad4832487fa56888cd58d187
command.py: Call updateCache for all states != running

updateCache handles the logic for shutting down the parsing so we need
to call it for all cases when we're not running.

This fixes hangs if Ctrl+C is pressed during parsing.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
lib/bb/command.py
lib/bb/cooker.py