Re: [OE-core] [dunfell][PATCH 1/2] classes/waf: Add build and install arguments

2021-01-16 Thread Andreas Müller
Aargh just read cover letter - sorry On Sat, Jan 16, 2021 at 9:37 PM Andreas Müller via lists.openembedded.org wrote: > > On Sat, Jan 16, 2021 at 6:44 PM akuster wrote: > > > > From: Joshua Watt > > > > Adds variables that can be used to allow a recipe to pass extra > > arguments to `waf build`

Re: [OE-core] [dunfell][PATCH 1/2] classes/waf: Add build and install arguments

2021-01-16 Thread Andreas Müller
On Sat, Jan 16, 2021 at 6:44 PM akuster wrote: > > From: Joshua Watt > > Adds variables that can be used to allow a recipe to pass extra > arguments to `waf build` and `waf install`. In most cases, you want to > pass the same arguments to `build` and `install` (since install is a > superset of `b

[OE-core] [dunfell][PATCH 1/2] classes/waf: Add build and install arguments

2021-01-16 Thread akuster
From: Joshua Watt Adds variables that can be used to allow a recipe to pass extra arguments to `waf build` and `waf install`. In most cases, you want to pass the same arguments to `build` and `install` (since install is a superset of `build`), so by default setting EXTRA_OEWAF_BUILD also affects