Re: [OE-core] [PATCH] meson.bbclass: add MESON_CROSS_EXTRA_PROPS to inject properties into meson.cross

2019-05-09 Thread Andreas Müller
On Thu, May 9, 2019 at 1:04 PM Burton, Ross wrote: > > On Wed, 8 May 2019 at 21:14, Andreas Müller wrote: > > Some projects rely on (cross)specific properties e.g [1]. By setting > > > > MESON_CROSS_EXTRA_PROPS="var1='value1' var2=true" > > > > the required properties can be passed to

Re: [OE-core] [PATCH] meson.bbclass: add MESON_CROSS_EXTRA_PROPS to inject properties into meson.cross

2019-05-09 Thread Andreas Müller
On Thu, May 9, 2019 at 2:03 PM Andreas Müller wrote: > So for me to understand it correctly: adding multiple '--cross-file' > entries in commandline accumulates the contents of the files and it is > not the last that wins? > > I am asking because help says 'File describing cross compilation >

Re: [OE-core] [PATCH] meson.bbclass: add MESON_CROSS_EXTRA_PROPS to inject properties into meson.cross

2019-05-09 Thread Andreas Müller
On Thu, May 9, 2019 at 1:41 PM Andreas Müller wrote: > > On Thu, May 9, 2019 at 1:04 PM Burton, Ross wrote: > > > > On Wed, 8 May 2019 at 21:14, Andreas Müller wrote: > > > Some projects rely on (cross)specific properties e.g [1]. By setting > > > > > > MESON_CROSS_EXTRA_PROPS="var1='value1'

Re: [OE-core] [PATCH] meson.bbclass: add MESON_CROSS_EXTRA_PROPS to inject properties into meson.cross

2019-05-09 Thread Andreas Müller
On Thu, May 9, 2019 at 1:04 PM Burton, Ross wrote: > > On Wed, 8 May 2019 at 21:14, Andreas Müller wrote: > > Some projects rely on (cross)specific properties e.g [1]. By setting > > > > MESON_CROSS_EXTRA_PROPS="var1='value1' var2=true" > > > > the required properties can be passed to

Re: [OE-core] [PATCH] meson.bbclass: add MESON_CROSS_EXTRA_PROPS to inject properties into meson.cross

2019-05-09 Thread Burton, Ross
On Wed, 8 May 2019 at 21:14, Andreas Müller wrote: > Some projects rely on (cross)specific properties e.g [1]. By setting > > MESON_CROSS_EXTRA_PROPS="var1='value1' var2=true" > > the required properties can be passed to meson.build. The contents of > MESON_CROSS_EXTRA_PROPS behave same as known