]> code.ossystems Code Review - openembedded-core.git/commit
recipetool: allow plugins to set PN / PV more easily
authorPaul Eggleton <paul.eggleton@linux.intel.com>
Mon, 21 Aug 2017 05:39:48 +0000 (17:39 +1200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 21 Aug 2017 07:30:32 +0000 (08:30 +0100)
commit3bb979c13463705c4db6c59034661c4cd8100756
tree1301df59ab746f88449ed66bdd2c0808ccbe699b
parent2de8ba89ef10fefcc97246dfeb4b8d1e48ee8232
recipetool: allow plugins to set PN / PV more easily

Previously if we were able to auto-determine the name from the URL, that
took precedence over any name that might be set in extravalues by a
plugin. Some plugins might be able to get a better idea of the name and
thus we should move defaulting of the name further down after the
plugins have had a chance to set it.

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