[yocto] [meta-raspberrypi][PATCH 1/1] mesa: Replace ugly fix with PACKAGECONFIG

2014-02-25 Thread Andrei Gherzan
Use % as version because this append should be applied on any mesa version. Change-Id: I5ed3c50a0a794f8ea63cc1906f0139ec47459fa6 Signed-off-by: Andrei Gherzan and...@gherzan.ro --- recipes-graphics/mesa/mesa_%.bbappend | 6 ++ recipes-graphics/mesa/mesa_9.2.5.bbappend | 36

Re: [yocto] [meta-raspberrypi][PATCH 1/1] mesa: Replace ugly fix with PACKAGECONFIG

2014-02-25 Thread Burton, Ross
On 25 February 2014 11:52, Andrei Gherzan and...@gherzan.ro wrote: +# EGL and GLES are provided by userland package +PACKAGECONFIG_remove_raspberrypi = egl gles +PROVIDES_remove_raspberrypi = \ +virtual/libgles1 \ +virtual/libgles2 \ +virtual/egl Are you aware of mesa-gl? This

Re: [yocto] [meta-raspberrypi][PATCH 1/1] mesa: Replace ugly fix with PACKAGECONFIG

2014-02-25 Thread Andrei Gherzan
On Tue, Feb 25, 2014 at 2:00 PM, Burton, Ross ross.bur...@intel.com wrote: On 25 February 2014 11:52, Andrei Gherzan and...@gherzan.ro wrote: +# EGL and GLES are provided by userland package +PACKAGECONFIG_remove_raspberrypi = egl gles +PROVIDES_remove_raspberrypi = \ +