[oe] [meta-qt5][PATCHv3] Upgrade to Qt 5.8

2016-11-24 Thread Samuli Piippo
The linux-oe-g++ mkspec is changed to use $$(...) operator to obtain the contents of an environment value when qmake is run instead of when Makefile is processed. All OE_QMAKE_xxx variables need to be exported for qmake to find them. configure's setBootstrapVariable function needs to change $$(..)

Re: [oe] [meta-qt5][PATCHv2] Upgrade to Qt 5.8

2016-11-24 Thread Samuli Piippo
Next update to latests sha1s on all modules will again break several things, so that will take some time to sort out. v3 meanwhile has the 3 fixes in place. -samuli On Thu, Nov 24, 2016 at 12:47 PM, Martin Jansa wrote: > Please send v3 with all 3 fixes. > > On Thu, Nov 24, 2016 at 9:23 AM, Samu

Re: [oe] [meta-filesystems][PATCH 19/49] xfsprogs: Upgrade 3.2.3 -> 4.8.0

2016-11-24 Thread Martin Jansa
Failed to build in bitbake world: | ../include/xfs/linux.h:20:23: fatal error: uuid/uuid.h: No such file or directory | #include |^ | compilation terminated. | make[2]: *** [crc32selftest] Error 1 On Wed, Nov 23, 2016 at 10:21 AM, Khem Raj wrote: > Change-Id: I0015da2

Re: [oe] [PATCH] nis/opencv: Update getVar/setVar syntax

2016-11-24 Thread Khem Raj
On Wed, Nov 23, 2016 at 4:39 AM, Richard Purdie wrote: > The deprecated APIs are removed from bitbake, update two old style references > in meta-oe/meta-networking. > Note, that the corresponding change in bitbake is already in, so this patch needs to be applied quickly to unbreak meta-openembedd

Re: [oe] mozjs/unhandled signal 11/64k page patch/__powerpc64__ ???

2016-11-24 Thread Koen Kooi
Op 24-11-16 om 09:58 schreef Robert P. J. Day: > On Wed, 23 Nov 2016, Khem Raj wrote: > >> >>> On Nov 23, 2016, at 2:26 PM, Robert P. J. Day wrote: >>> >>> On Wed, 23 Nov 2016, Khem Raj wrote: >>> > On Nov 23, 2016, at 1:26 PM, Robert P. J. Day > wrote: > > On Wed, 23 Nov 2

Re: [oe] [meta-qt5][PATCHv2] Upgrade to Qt 5.8

2016-11-24 Thread Martin Jansa
Please send v3 with all 3 fixes. On Thu, Nov 24, 2016 at 9:23 AM, Samuli Piippo wrote: > On 23.11.2016 22:14, Martin Jansa wrote: > >> On Wed, Nov 23, 2016 at 07:52:51PM +0100, Martin Jansa wrote: >> >>> On Wed, Nov 23, 2016 at 04:43:46PM +0100, Martin Jansa wrote: >>> On Wed, Nov 23, 2016

Re: [oe] [meta-networking][PATCH] samba: fix the hardcoded path in init script

2016-11-24 Thread Koen Kooi
Op 24-11-16 om 06:57 schreef jackie.hu...@windriver.com: > From: Jackie Huang > > Replace the hardcoded path with base_bindir in init script to fix the > error: /etc/init.d/samba.sh: line 15: /usr/bin/ps: No such file or > directory /etc/init.d/samba.sh: line 17: /usr/bin/sed: No such file or > d

Re: [oe] mozjs/unhandled signal 11/64k page patch/__powerpc64__ ???

2016-11-24 Thread Robert P. J. Day
On Wed, 23 Nov 2016, Khem Raj wrote: > > > On Nov 23, 2016, at 2:26 PM, Robert P. J. Day wrote: > > > > On Wed, 23 Nov 2016, Khem Raj wrote: > > > >> > >>> On Nov 23, 2016, at 1:26 PM, Robert P. J. Day > >>> wrote: > >>> > >>> On Wed, 23 Nov 2016, Khem Raj wrote: > >>> > can you reproduce

Re: [oe] mozjs/unhandled signal 11/64k page patch/__powerpc64__ ???

2016-11-24 Thread Robert P. J. Day
On Wed, 23 Nov 2016, Khem Raj wrote: > > > On Nov 23, 2016, at 2:26 PM, Robert P. J. Day wrote: > > > > On Wed, 23 Nov 2016, Khem Raj wrote: > > > >> > >>> On Nov 23, 2016, at 1:26 PM, Robert P. J. Day > >>> wrote: > >>> > >>> On Wed, 23 Nov 2016, Khem Raj wrote: > >>> > can you reproduce

Re: [oe] [meta-qt5][PATCHv2] Upgrade to Qt 5.8

2016-11-24 Thread Samuli Piippo
On 23.11.2016 22:14, Martin Jansa wrote: On Wed, Nov 23, 2016 at 07:52:51PM +0100, Martin Jansa wrote: On Wed, Nov 23, 2016 at 04:43:46PM +0100, Martin Jansa wrote: On Wed, Nov 23, 2016 at 04:29:41PM +0100, Martin Jansa wrote: On Fri, Nov 18, 2016 at 09:48:54AM +0200, Samuli Piippo wrote: The