Re: [OE-core] [PATCH] recipetool: create: allow handers to set license

2017-08-17 Thread Paul Eggleton
On Thursday, 10 August 2017 10:00:39 PM NZST Richard Purdie wrote: > On Wed, 2017-08-02 at 16:09 -0700, Mark D Horn wrote: > > Recipetool plugins set through register_recipe_handlers were not able > > to impact the license type via setting extravalues['LICENSE']. This > > is > > due to caching the

Re: [OE-core] [PATCH] recipetool: create: allow handers to set license

2017-08-10 Thread Richard Purdie
On Wed, 2017-08-02 at 16:09 -0700, Mark D Horn wrote: > Recipetool plugins set through register_recipe_handlers were not able > to impact the license type via setting extravalues['LICENSE']. This > is > due to caching the license variables in create_recipe before the > handlers > have been executed

[OE-core] [PATCH] recipetool: create: allow handers to set license

2017-08-02 Thread Mark D Horn
Recipetool plugins set through register_recipe_handlers were not able to impact the license type via setting extravalues['LICENSE']. This is due to caching the license variables in create_recipe before the handlers have been executed. This change moves the call to handle_license_vars well after th