]> code.ossystems Code Review - openembedded-core.git/commit
devtool / lib/oe/recipeutils: ensure we can parse without bbappends
authorPaul Eggleton <paul.eggleton@linux.intel.com>
Tue, 22 Sep 2015 16:21:26 +0000 (17:21 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 22 Sep 2015 17:12:55 +0000 (18:12 +0100)
commitd2bb9f08303bb120e811c03af2f5339e8f262cfa
treeb46c83081c9b57ececf9c0b05cd69cf5253d85a9
parent670bd063a5e0cdf89ea8d1f763af980d7e63d38a
devtool / lib/oe/recipeutils: ensure we can parse without bbappends

These functions ostensibly allowed parsing a recipe without bbappends
but this clearly hadn't been tested because a variable was unassigned in
both of them in that case.

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/lib/oe/recipeutils.py
scripts/lib/devtool/__init__.py