Re: [oe] [meta-qt5][PATCH] qtbase-native: Force use of built-in pcre

2017-09-22 Thread Mike Crowe
On Friday 22 September 2017 at 14:55:27 +0200, Martin Jansa wrote: > It's already merged: > https://github.com/meta-qt5/meta-qt5/commit/743b3b93e17f5382fd1f9f4e0d2932501c8a3c78 Oh, silly me, I'd got confused and was expecting it to turn up in meta-oe. :( Sorry for the noise. Mike.

Re: [oe] [meta-qt5][PATCH] qtbase-native: Force use of built-in pcre

2017-09-22 Thread Martin Jansa
On Fri, Sep 22, 2017 at 12:34:15PM +0100, Mike Crowe wrote: > On Friday 08 September 2017 at 14:48:02 +0100, Mike Crowe wrote: > > If we specify neither -system-pcre nor -qt-pcre then qtbase will first see > > if it can find the pcre library in the system and fall back to compiling > > its own if

Re: [oe] [meta-qt5][PATCH] qtbase-native: Force use of built-in pcre

2017-09-22 Thread Mike Crowe
On Friday 08 September 2017 at 14:48:02 +0100, Mike Crowe wrote: > If we specify neither -system-pcre nor -qt-pcre then qtbase will first see > if it can find the pcre library in the system and fall back to compiling > its own if that's not possible. > > Unfortunately, this means that if

[oe] [meta-qt5][PATCH] qtbase-native: Force use of built-in pcre

2017-09-08 Thread Mike Crowe
If we specify neither -system-pcre nor -qt-pcre then qtbase will first see if it can find the pcre library in the system and fall back to compiling its own if that's not possible. Unfortunately, this means that if qtbase-native happens to be built on a machine with system pcre available then the