Re: [oe] [meta-qt5][PATCH v2 2/2] qtwebkit-examples: add RDEPENDS for ca-certificates

2014-02-25 Thread Nicolas Dechesne
On Mon, Feb 24, 2014 at 7:28 PM, Martin Jansa wrote: > because qtwebkit-examples is checking PACKAGECONFIG from qtbase recipe right... this is quite ugly, no? I understand what we are trying to do here. but do we really want to do it like this? is there a way we can read the qtbase PACKAGECONFIG

Re: [oe] [meta-qt5][PATCH v2 2/2] qtwebkit-examples: add RDEPENDS for ca-certificates

2014-02-24 Thread Martin Jansa
On Mon, Feb 24, 2014 at 07:06:29PM +0100, Nicolas Dechesne wrote: > On Sat, Feb 22, 2014 at 9:25 AM, Martin Jansa wrote: > > Please ignore my comment, I haven't noticed that you've added > > PACKAGECONFIG_OPENSSL to qt5.inc and it's actually "from qtbase's > > PACKAGECONFIG". > > > > I've added co

Re: [oe] [meta-qt5][PATCH v2 2/2] qtwebkit-examples: add RDEPENDS for ca-certificates

2014-02-24 Thread Nicolas Dechesne
On Sat, Feb 22, 2014 at 9:25 AM, Martin Jansa wrote: > Please ignore my comment, I haven't noticed that you've added > PACKAGECONFIG_OPENSSL to qt5.inc and it's actually "from qtbase's > PACKAGECONFIG". > > I've added comment in qtbase.inc and integrated this to master-next. hmm. still i don't ge

Re: [oe] [meta-qt5][PATCH v2 2/2] qtwebkit-examples: add RDEPENDS for ca-certificates

2014-02-22 Thread Andre McCurdy
On Sat, Feb 22, 2014 at 12:25 AM, Martin Jansa wrote: > > I've added comment in qtbase.inc and integrated this to master-next. > Great! Thank-you Martin and Khem. Andre -- ___ Openembedded-devel mailing list Openembedded-devel@lists.openembedded.org ht

Re: [oe] [meta-qt5][PATCH v2 2/2] qtwebkit-examples: add RDEPENDS for ca-certificates

2014-02-22 Thread Martin Jansa
On Sat, Feb 22, 2014 at 07:39:19AM +0100, Martin Jansa wrote: > On Fri, Feb 21, 2014 at 09:30:07PM -0800, Andre McCurdy wrote: > > If qtbase is configured with openssl support then the > > qtwebkit browser example apps require CA certificates. > > > > Signed-off-by: Andre McCurdy > > --- > > rec

Re: [oe] [meta-qt5][PATCH v2 2/2] qtwebkit-examples: add RDEPENDS for ca-certificates

2014-02-21 Thread Martin Jansa
On Fri, Feb 21, 2014 at 09:30:07PM -0800, Andre McCurdy wrote: > If qtbase is configured with openssl support then the > qtwebkit browser example apps require CA certificates. > > Signed-off-by: Andre McCurdy > --- > recipes-qt/qt5/qt5.inc | 2 ++ > recipes-qt/qt5/qtbase.inc

Re: [oe] [meta-qt5][PATCH v2 2/2] qtwebkit-examples: add RDEPENDS for ca-certificates

2014-02-21 Thread Khem Raj
On Feb 21, 2014, at 9:30 PM, Andre McCurdy wrote: > If qtbase is configured with openssl support then the > qtwebkit browser example apps require CA certificates. looks ok now > > Signed-off-by: Andre McCurdy > --- > recipes-qt/qt5/qt5.inc | 2 ++ > recipes-qt/qt5/qtbase.inc

[oe] [meta-qt5][PATCH v2 2/2] qtwebkit-examples: add RDEPENDS for ca-certificates

2014-02-21 Thread Andre McCurdy
If qtbase is configured with openssl support then the qtwebkit browser example apps require CA certificates. Signed-off-by: Andre McCurdy --- recipes-qt/qt5/qt5.inc | 2 ++ recipes-qt/qt5/qtbase.inc| 2 +- recipes-qt/qt5/qtwebkit-examples.inc | 1 + 3 files changed, 4 i