]> code.ossystems Code Review - openembedded-core.git/commit
recipetool: create: allow license variable handling to be rerun
authorPaul Eggleton <paul.eggleton@linux.intel.com>
Mon, 5 Sep 2016 22:06:01 +0000 (10:06 +1200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 7 Sep 2016 23:36:43 +0000 (00:36 +0100)
commitf0d6f4b7e87ea781ac0dffcc8d0310570975811b
treeab047211506ab00dcfb5278ce01534be4894f1d9
parent480a6b745a85b2881e5cc1a0bbb572e3235ca008
recipetool: create: allow license variable handling to be rerun

If you make adjustments to the source tree (as create_npm.py will be)
then you will need to re-run the license variable handling code at the
end so that we get all of the files that should go into
LIC_FILES_CHKSUM if nothing else. Split out the license variable
handling to a separate function in order to allow this.

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
scripts/lib/recipetool/create.py