Re: [meta-freescale] [meta-fsl-arm][PATCH 4/4] qtbase: Remove distribution-related settings

2015-02-19 Thread Alexandre Belloni
On 19/02/2015 at 14:01:09 -0200, Otavio Salvador wrote : > On Thu, Feb 19, 2015 at 9:54 AM, Alexandre Belloni > wrote: > > On 19/02/2015 at 12:03:16 +0100, Andreas Müller wrote : > >> * qtdeclarative fails to configure without icu and qtwebkit depends on > >> it. qtdeclarative requiring icu is men

Re: [meta-freescale] [meta-fsl-arm][PATCH 4/4] qtbase: Remove distribution-related settings

2015-02-19 Thread Eric Bénard
Le Thu, 19 Feb 2015 14:01:09 -0200, Otavio Salvador a écrit : > On Thu, Feb 19, 2015 at 9:54 AM, Alexandre Belloni > wrote: > > On 19/02/2015 at 12:03:16 +0100, Andreas Müller wrote : > >> * qtdeclarative fails to configure without icu and qtwebkit depends on > >> it. qtdeclarative requiring icu

Re: [meta-freescale] [meta-fsl-arm][PATCH 4/4] qtbase: Remove distribution-related settings

2015-02-19 Thread Otavio Salvador
On Thu, Feb 19, 2015 at 9:54 AM, Alexandre Belloni wrote: > On 19/02/2015 at 12:03:16 +0100, Andreas Müller wrote : >> * qtdeclarative fails to configure without icu and qtwebkit depends on >> it. qtdeclarative requiring icu is mentioned in qtbase.inc > > qtdeclarative doesn't actually need icu, t

Re: [meta-freescale] [meta-fsl-arm][PATCH 4/4] qtbase: Remove distribution-related settings

2015-02-19 Thread Alexandre Belloni
On 19/02/2015 at 12:03:16 +0100, Andreas Müller wrote : > * qtdeclarative fails to configure without icu and qtwebkit depends on > it. qtdeclarative requiring icu is mentioned in qtbase.inc qtdeclarative doesn't actually need icu, that comment is wrong and I sent a patch to correct it. -- Alexan

Re: [meta-freescale] [meta-fsl-arm][PATCH 4/4] qtbase: Remove distribution-related settings

2015-02-19 Thread Otavio Salvador
On Thu, Feb 19, 2015 at 9:03 AM, Andreas Müller wrote: > On Thu, Feb 19, 2015 at 11:41 AM, Alexandre Belloni > wrote: >> I just want to mention that removing icu will break any application >> using qtwebkit (but not qtwebkit itself) when building with a distro >> that does not add icu to the qtba

Re: [meta-freescale] [meta-fsl-arm][PATCH 4/4] qtbase: Remove distribution-related settings

2015-02-19 Thread Andreas Müller
On Thu, Feb 19, 2015 at 11:41 AM, Alexandre Belloni wrote: > Hi, > > I just want to mention that removing icu will break any application > using qtwebkit (but not qtwebkit itself) when building with a distro > that does not add icu to the qtbase PACKAGECONFIG (like poky). > > I'm not saying this s

Re: [meta-freescale] [meta-fsl-arm][PATCH 4/4] qtbase: Remove distribution-related settings

2015-02-19 Thread Eric Bénard
Hi Alexandre, Le Thu, 19 Feb 2015 11:41:42 +0100, Alexandre Belloni a écrit : > I just want to mention that removing icu will break any application > using qtwebkit (but not qtwebkit itself) when building with a distro > that does not add icu to the qtbase PACKAGECONFIG (like poky). > > I'm not

Re: [meta-freescale] [meta-fsl-arm][PATCH 4/4] qtbase: Remove distribution-related settings

2015-02-19 Thread Otavio Salvador
On Thu, Feb 19, 2015 at 6:32 AM, Eric Bénard wrote: > Le Tue, 17 Feb 2015 10:49:24 -0200, > Otavio Salvador a écrit : >> diff --git a/qt5-layer/recipes-qt/qt5/qtbase_%.bbappend >> b/qt5-layer/recipes-qt/qt5/qtbase_%.bbappend >> index 64966c2..3152956 100644 >> --- a/qt5-layer/recipes-qt/qt5/qtba

Re: [meta-freescale] [meta-fsl-arm][PATCH 4/4] qtbase: Remove distribution-related settings

2015-02-19 Thread Alexandre Belloni
Hi, I just want to mention that removing icu will break any application using qtwebkit (but not qtwebkit itself) when building with a distro that does not add icu to the qtbase PACKAGECONFIG (like poky). I'm not saying this shouldn't be done, I'm just warning that we may see some reports of broke

Re: [meta-freescale] [meta-fsl-arm][PATCH 4/4] qtbase: Remove distribution-related settings

2015-02-19 Thread Eric Bénard
Hi Otavio, Le Tue, 17 Feb 2015 10:49:24 -0200, Otavio Salvador a écrit : > diff --git a/qt5-layer/recipes-qt/qt5/qtbase_%.bbappend > b/qt5-layer/recipes-qt/qt5/qtbase_%.bbappend > index 64966c2..3152956 100644 > --- a/qt5-layer/recipes-qt/qt5/qtbase_%.bbappend > +++ b/qt5-layer/recipes-qt/qt5/qt

[meta-freescale] [meta-fsl-arm][PATCH 4/4] qtbase: Remove distribution-related settings

2015-02-17 Thread Otavio Salvador
The use of TSLib, ICU and availability of examples is a distribution configuration and not a BSP thing. Drop this settings from the bbappend. Signed-off-by: Otavio Salvador --- qt5-layer/recipes-qt/qt5/qtbase_%.bbappend | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/qt5