Re: [OE-core] [PATCH 1/2] wayland: upgrade to 1.15.0

2018-05-09 Thread Martin Jansa
I have this: http://git.openembedded.org/openembedded-core-contrib/commit/?h=jansa/master&id=3271564498b37cb0faadd2ec7c8de8d853db9f2b On Wed, May 9, 2018 at 6:03 PM, Burton, Ross wrote: > On 9 May 2018 at 17:00, Mark Asselstine > wrote: > >> I am also seeing build failures due to this conflict:

Re: [OE-core] [PATCH 1/2] wayland: upgrade to 1.15.0

2018-05-09 Thread Mark Asselstine
On Wednesday, May 9, 2018 12:16:30 PM EDT Burton, Ross wrote: > Good news: Denys beat you. I need to take long lunches more often. Thanks Denys for taking care of this. Mark > > Ross > > On 9 May 2018 at 17:09, Mark Asselstine > > wrote: > > On Wednesday, May 9, 2018 12:03:26 PM EDT Burton,

Re: [OE-core] [PATCH 1/2] wayland: upgrade to 1.15.0

2018-05-09 Thread Denys Dmytriyenko
On Tue, May 08, 2018 at 11:33:25PM +0200, Martin Jansa wrote: > It's possible to remove them globally with: > meta/classes/remove-libtool.bbclass > but mesa.inc already removes some of the .la files selectively, so it would > be nice to keep it working even for DISTROs which don't inherit > remove-

Re: [OE-core] [PATCH 1/2] wayland: upgrade to 1.15.0

2018-05-09 Thread Burton, Ross
Good news: Denys beat you. Ross On 9 May 2018 at 17:09, Mark Asselstine wrote: > On Wednesday, May 9, 2018 12:03:26 PM EDT Burton, Ross wrote: > > On 9 May 2018 at 17:00, Mark Asselstine > > > > wrote: > > > I am also seeing build failures due to this conflict: > > > > > > ERROR: libglu-2_9.0.

Re: [OE-core] [PATCH 1/2] wayland: upgrade to 1.15.0

2018-05-09 Thread Burton, Ross
I'd say that generalising rm -f ${D}${libdir}/libwayland-egl.so* to libwayland-egl.* should to the trick. Ross On 9 May 2018 at 17:09, Mark Asselstine wrote: > On Wednesday, May 9, 2018 12:03:26 PM EDT Burton, Ross wrote: > > On 9 May 2018 at 17:00, Mark Asselstine > > > > wrote: > > > I am al

Re: [OE-core] [PATCH 1/2] wayland: upgrade to 1.15.0

2018-05-09 Thread Mark Asselstine
On Wednesday, May 9, 2018 12:03:26 PM EDT Burton, Ross wrote: > On 9 May 2018 at 17:00, Mark Asselstine > > wrote: > > I am also seeing build failures due to this conflict: > > > > ERROR: libglu-2_9.0.0-0 do_prepare_recipe_sysroot: The file /usr/lib64/ > > libwayland-egl.la is installed by both

Re: [OE-core] [PATCH 1/2] wayland: upgrade to 1.15.0

2018-05-09 Thread Burton, Ross
On 9 May 2018 at 17:00, Mark Asselstine wrote: > I am also seeing build failures due to this conflict: > > ERROR: libglu-2_9.0.0-0 do_prepare_recipe_sysroot: The file /usr/lib64/ > libwayland-egl.la is installed by both wayland and mesa, aborting > .. > ERROR: mesa-2_18.0.2-r0 do_package: QA Issu

Re: [OE-core] [PATCH 1/2] wayland: upgrade to 1.15.0

2018-05-09 Thread Mark Asselstine
On Tuesday, May 8, 2018 5:18:44 PM EDT Martin Jansa wrote: > On Tue, Apr 10, 2018 at 03:06:09PM -0400, Denys Dmytriyenko wrote: > > From: Denys Dmytriyenko > > > > Official announcement: > > https://lists.freedesktop.org/archives/wayland-devel/2018-April/037767.htm > > l > > > > | libwayland-egl

Re: [OE-core] [PATCH 1/2] wayland: upgrade to 1.15.0

2018-05-08 Thread Martin Jansa
Ross: nodistro includes remove-libtool as well I've noticed the issue in DISTRO which doesn't use INHERIT_DISTRO from defaultsetup.inc. On Tue, May 8, 2018 at 11:59 PM, Burton, Ross wrote: > Yeah the problem here is that poky uses remove-libtool, and the nodistro > builds apparently don't build

Re: [OE-core] [PATCH 1/2] wayland: upgrade to 1.15.0

2018-05-08 Thread Burton, Ross
Yeah the problem here is that poky uses remove-libtool, and the nodistro builds apparently don't build anything Wayland. I'll check the AB configure and ensure more coverage for the nodistro buildset. Ross On 8 May 2018 at 22:28, Denys Dmytriyenko wrote: > On Tue, May 08, 2018 at 11:18:44PM +0

Re: [OE-core] [PATCH 1/2] wayland: upgrade to 1.15.0

2018-05-08 Thread Martin Jansa
It's possible to remove them globally with: meta/classes/remove-libtool.bbclass but mesa.inc already removes some of the .la files selectively, so it would be nice to keep it working even for DISTROs which don't inherit remove-libtool bbclass (for whatever reason). On Tue, May 8, 2018 at 11:28 PM,

Re: [OE-core] [PATCH 1/2] wayland: upgrade to 1.15.0

2018-05-08 Thread Denys Dmytriyenko
On Tue, May 08, 2018 at 11:18:44PM +0200, Martin Jansa wrote: > On Tue, Apr 10, 2018 at 03:06:09PM -0400, Denys Dmytriyenko wrote: > > From: Denys Dmytriyenko > > > > Official announcement: > > https://lists.freedesktop.org/archives/wayland-devel/2018-April/037767.html > > > > | libwayland-egl i

Re: [OE-core] [PATCH 1/2] wayland: upgrade to 1.15.0

2018-05-08 Thread Martin Jansa
On Tue, Apr 10, 2018 at 03:06:09PM -0400, Denys Dmytriyenko wrote: > From: Denys Dmytriyenko > > Official announcement: > https://lists.freedesktop.org/archives/wayland-devel/2018-April/037767.html > > | libwayland-egl is now part of libwayland, and will presumably be removed > | from mesa in th

[OE-core] [PATCH 1/2] wayland: upgrade to 1.15.0

2018-04-10 Thread Denys Dmytriyenko
From: Denys Dmytriyenko Official announcement: https://lists.freedesktop.org/archives/wayland-devel/2018-April/037767.html | libwayland-egl is now part of libwayland, and will presumably be removed | from mesa in the not too distant future. Update mesa recipe by removing corresponding libwaylan