bitbake: cooker: fix traceback when using -b with skipped recipe
authorPaul Eggleton <paul.eggleton@linux.intel.com>
Wed, 22 Aug 2012 15:14:38 +0000 (16:14 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 23 Aug 2012 08:22:42 +0000 (09:22 +0100)
commite019dafe8df203af70f7725438438bb4379c03b9
tree5695a1a0f026185fc34b6e4f4a66140ccaa967c3
parent363c245e93d62dfca98650a02c07d5d8edba7538
bitbake: cooker: fix traceback when using -b with skipped recipe

If a recipe is skipped during parsing for whatever reason, check and
report this as an error rather than trying to use the data that is sent
back and failing.

Fixes [YOCTO #2976].

(Bitbake rev: a324df40243fa55ccc89fd5970d46f25330d0a0d)

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