bitbake: bitbake/cooker: minor refactor of parseConfiguration()
authorPaul Eggleton <paul.eggleton@linux.intel.com>
Tue, 21 Aug 2012 17:11:45 +0000 (18:11 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 22 Aug 2012 12:59:56 +0000 (13:59 +0100)
commit69534947e271c23e6834b2abe71dd602662ecd3b
tree47151eb2bcaf021b8adea7f449a9302d4d48252d
parent492697fb3ec084fe79b867944c102d5704c858ed
bitbake: bitbake/cooker: minor refactor of parseConfiguration()

All calls to parseConfiguration set self.status and call
self.handleCollections() afterwards, so just do this inside
parseConfiguration() itself.

(Bitbake rev: 3c2322d8a6ce15e20adb07a61aa321d884a9bcca)

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
bitbake/lib/bb/cooker.py