Re: [OE-core] [PATCH] mesa: fix sed for MESA_EGL_NO_X11_HEADERS in fido

2015-07-30 Thread Tobias Olausson
Sure, I'll submit two new patches in a minute. //Tobias On 30 July 2015 at 09:15, Joshua Lock wrote: > On Mon, 2015-07-27 at 11:00 -0700, Tobias Olausson wrote: > > On 27 July 2015 at 08:25, Martin Jansa > > wrote: > > > On Tue, Jul 21, 2015 at 10:46:11AM -0700, Tobias Olausson wrote: > > > >

Re: [OE-core] [PATCH] mesa: fix sed for MESA_EGL_NO_X11_HEADERS in fido

2015-07-30 Thread Joshua Lock
On Mon, 2015-07-27 at 11:00 -0700, Tobias Olausson wrote: > On 27 July 2015 at 08:25, Martin Jansa > wrote: > > On Tue, Jul 21, 2015 at 10:46:11AM -0700, Tobias Olausson wrote: > > > In 10.4 versions of mesa, the check for MESA_EGL_NO_X11_HEADERS > > uses an #ifdef, > > > not an #if define(). >

Re: [OE-core] [PATCH] mesa: fix sed for MESA_EGL_NO_X11_HEADERS in fido

2015-07-27 Thread Tobias Olausson
On 27 July 2015 at 08:25, Martin Jansa wrote: > On Tue, Jul 21, 2015 at 10:46:11AM -0700, Tobias Olausson wrote: > > In 10.4 versions of mesa, the check for MESA_EGL_NO_X11_HEADERS uses an > #ifdef, > > not an #if define(). > > So this commit which was recently backported to fido branch should be

Re: [OE-core] [PATCH] mesa: fix sed for MESA_EGL_NO_X11_HEADERS in fido

2015-07-27 Thread Martin Jansa
On Tue, Jul 21, 2015 at 10:46:11AM -0700, Tobias Olausson wrote: > In 10.4 versions of mesa, the check for MESA_EGL_NO_X11_HEADERS uses an > #ifdef, > not an #if define(). So this commit which was recently backported to fido branch should be reverted: commit 12e467f436fbc22f274558c753f0ac9756ce1

[OE-core] [PATCH] mesa: fix sed for MESA_EGL_NO_X11_HEADERS in fido

2015-07-21 Thread Tobias Olausson
In 10.4 versions of mesa, the check for MESA_EGL_NO_X11_HEADERS uses an #ifdef, not an #if define(). Also, this backports commit 9c746017af381884cc20c7cd563fc429c2c66112 to fido from master. Signed-off-by: Tobias Olausson --- meta/recipes-graphics/mesa/mesa_10.4.4.bb | 2 +- meta/recipes-graphi