]> code.ossystems Code Review - openembedded-core.git/commit
devtool: reset: support recipes with BBCLASSEXTEND
authorPaul Eggleton <paul.eggleton@linux.intel.com>
Wed, 6 Jan 2016 11:15:54 +0000 (00:15 +1300)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 11 Jan 2016 15:41:07 +0000 (15:41 +0000)
commite1bf6a30679a83d4dbcf37276204f639541e95f9
treeaae23da8aeb7f184029af08750cb2010893bf72e
parent81cf5580993c99050e3f4d6d891bc67534721487
devtool: reset: support recipes with BBCLASSEXTEND

If the recipe file itself was created in the workspace, and it uses
BBCLASSEXTEND (e.g. through devtool add --also-native), then we need to
clean the other variants as well.

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