Re: [yocto] PACKAGECONFIG and related parameters

2014-04-30 Thread Diego
Hi Paul, In data mercoledì 30 aprile 2014 10:57:18, Paul Eggleton ha scritto: > Hi Diego, > > > > You can't do this with PACKAGECONFIG alone, you'd need to use Python, i.e. > something like this: > > PACKAGECONFIG ?= "gl gles2" > PACKAGECONFIG[gl] = "..." > PACKAGECONFIG[gles2] = "..." > ... >

Re: [yocto] PACKAGECONFIG and related parameters

2014-04-30 Thread ChenQi
On 04/23/2014 09:24 PM, Diego wrote: Hi, I'd like to update the glmark2 recipe: http://git.openembedded.org/meta-openembedded/tree/meta-oe/recipes-benchmark/glmark2/glmark2_2012.12.bb to latest upstream version. The problem is the configure step is done with: ./waf configure --with-flavors=x11-

Re: [yocto] PACKAGECONFIG and related parameters

2014-04-30 Thread Paul Eggleton
Hi Diego, On Wednesday 30 April 2014 11:05:45 Diego wrote: > > I'd like to update the glmark2 recipe: > > http://git.openembedded.org/meta-openembedded/tree/meta-oe/recipes-benchma > > rk /glmark2/glmark2_2012.12.bb to latest upstream version. > > > > The problem is the configure step is done wit

Re: [yocto] PACKAGECONFIG and related parameters

2014-04-30 Thread Diego
> I'd like to update the glmark2 recipe: > http://git.openembedded.org/meta-openembedded/tree/meta-oe/recipes-benchmark > /glmark2/glmark2_2012.12.bb to latest upstream version. > > The problem is the configure step is done with: > ./waf configure --with-flavors=x11-gl,x11-glesv2 > instead of the

[yocto] PACKAGECONFIG and related parameters

2014-04-23 Thread Diego
Hi, I'd like to update the glmark2 recipe: http://git.openembedded.org/meta-openembedded/tree/meta-oe/recipes-benchmark/glmark2/glmark2_2012.12.bb to latest upstream version. The problem is the configure step is done with: ./waf configure --with-flavors=x11-gl,x11-glesv2 instead of the previous r