]> code.ossystems Code Review - openembedded-core.git/commit
devtool: fix handling of BBCLASSEXTENDed recipes
authorPaul Eggleton <paul.eggleton@linux.intel.com>
Mon, 17 Aug 2015 10:10:13 +0000 (11:10 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 19 Aug 2015 16:57:54 +0000 (17:57 +0100)
commitb63fca00c2e24ad0c8b8b3c492d93ee4372fa92d
tree0303010a44cf81f163292b6a7d7cf10e73147fe6
parent2062c88726400e09599aff51af95799a866b90c9
devtool: fix handling of BBCLASSEXTENDed recipes

If a recipe is BBCLASSEXTENDed (e.g. to -native), its PN value and the
name of the bbappend will be different; we were assuming them to be the
same when reading in the workspace, leading to us seeing the base recipe
name everywhere afterwards.

Also add a test so we ensure this doesn't regress in future.

Fixes [YOCTO #8157].

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/lib/oeqa/selftest/devtool.py
scripts/devtool
scripts/lib/devtool/standard.py