bitbake: cooker.py: Drop confusing updateCache calls
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 10 May 2013 15:09:36 +0000 (15:09 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sun, 12 May 2013 07:26:14 +0000 (08:26 +0100)
commit47b32b58e268c481bf2b82a721a8d9fa349aaff0
tree6f5e7dcce67e8f54672d5355a6c2eb03089dda2d
parent2eb89859f3d2dfaa2921060a267341ea550cb1ed
bitbake: cooker.py: Drop confusing updateCache calls

updateCache() gets called by command.py when needed and needs to be iterated
over. The calls in cooker.py are therefore just plain wrong/confusing now.

(Bitbake rev: 8b7c65bba466bb6773c56849074978ce2c956129)

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