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 1/4] qmake5_base.bbclass: Use Qt version path for headers

2014-02-21 Thread Martin Jansa
On Fri, Feb 21, 2014 at 04:12:07PM -0500, Denys Dmytriyenko wrote: > On Fri, Feb 21, 2014 at 05:41:01PM -0300, Otavio Salvador wrote: > > When looking for Qt5 headers we ought to use the Qt5 specific path. In > > case the distribution wants to have a flat tree it can set QT_DIR_NAME > > and it will

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

[oe] [meta-qt5][PATCH v2 1/2] qtbase: configure with -openssl-linked instead of -openssl

2014-02-21 Thread Andre McCurdy
Configure qtbase with -openssl-linked (instead of -openssl) to ensure that run-time dependencies on libcryto and libssl are detected. Signed-off-by: Andre McCurdy --- recipes-qt/qt5/qtbase.inc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/recipes-qt/qt5/qtbase.inc b/recip

[oe] [meta-qt5][PATCH] Disable Debian-style package renaming for nativesdk-qtbase-tools

2014-02-21 Thread Jacob Kroon
Since commit 8da5017712a7ddcb8488e095b9aa03b0273f23e9, libQt5*.so files are included in the nativesdk-qtbase-tools package. However this seems to enable Debian-style renaming, causing the resulting ipk package to be created as "nativesdk-libqt5core5". Explicitly disable renaming for nativesdk-qtba

Re: [oe] [meta-qt5][PATCH 2/2] nativesdk-qtbase.inc: Remove unused contents

2014-02-21 Thread Jacob Kroon
On Fri, Feb 21, 2014 at 10:46 PM, Otavio Salvador wrote: > Hello Jacob, > > On Fri, Feb 21, 2014 at 6:31 PM, Jacob Kroon > wrote: > > On Mon, Feb 17, 2014 at 6:45 PM, Otavio Salvador < > ota...@ossystems.com.br>wrote: > > > >> On Mon, Feb 17, 2014 at 2:36 PM, Denys Dmytriyenko > >> wrote: > >> >

Re: [oe] [meta-qt5][PATCH 1/4] qmake5_base.bbclass: Use Qt version path for headers

2014-02-21 Thread Otavio Salvador
On Fri, Feb 21, 2014 at 6:12 PM, Denys Dmytriyenko wrote: > On Fri, Feb 21, 2014 at 05:41:01PM -0300, Otavio Salvador wrote: >> When looking for Qt5 headers we ought to use the Qt5 specific path. In >> case the distribution wants to have a flat tree it can set QT_DIR_NAME >> and it will still work

Re: [oe] [meta-qt5][PATCH 2/2] nativesdk-qtbase.inc: Remove unused contents

2014-02-21 Thread Otavio Salvador
Hello Jacob, On Fri, Feb 21, 2014 at 6:31 PM, Jacob Kroon wrote: > On Mon, Feb 17, 2014 at 6:45 PM, Otavio Salvador > wrote: > >> On Mon, Feb 17, 2014 at 2:36 PM, Denys Dmytriyenko >> wrote: >> > On Fri, Feb 14, 2014 at 07:02:34PM -0200, Otavio Salvador wrote: >> >> Fixes: >> >> >> >> ERROR: QA

Re: [oe] [meta-qt5][PATCH 2/2] nativesdk-qtbase.inc: Remove unused contents

2014-02-21 Thread Jacob Kroon
On Mon, Feb 17, 2014 at 6:45 PM, Otavio Salvador wrote: > On Mon, Feb 17, 2014 at 2:36 PM, Denys Dmytriyenko > wrote: > > On Fri, Feb 14, 2014 at 07:02:34PM -0200, Otavio Salvador wrote: > >> Fixes: > >> > >> ERROR: QA Issue: nativesdk-qtbase: Files/directories were installed but > not shipped >

Re: [oe] [meta-qt5][PATCH 1/4] qmake5_base.bbclass: Use Qt version path for headers

2014-02-21 Thread Denys Dmytriyenko
On Fri, Feb 21, 2014 at 05:41:01PM -0300, Otavio Salvador wrote: > When looking for Qt5 headers we ought to use the Qt5 specific path. In > case the distribution wants to have a flat tree it can set QT_DIR_NAME > and it will still works as expected. > > Signed-off-by: Otavio Salvador Acked-by: D

[oe] [meta-qt5][PATCH 2/4] mallit-framework-qt5: Don't set OE_QMAKE_PATH_HEADERS

2014-02-21 Thread Otavio Salvador
The qmake class now respects the QT_DIR_NAME setting when setting the headers path, so this change is not needed anymore. Signed-off-by: Otavio Salvador --- recipes-qt/maliit/maliit-framework-qt5_git.bb |6 -- 1 file changed, 6 deletions(-) diff --git a/recipes-qt/maliit/maliit-framewor

[oe] [meta-qt5][PATCH 4/4] qsiv: add the qsiv 1.1 example app

2014-02-21 Thread Otavio Salvador
From: Giulian Gonçalves Vivan This provides a simple image viewer for demonstration purposes. Signed-off-by: Giulian Gonçalves Vivan --- recipes-qt/qsiv/qsiv_1.1.bb | 28 1 file changed, 28 insertions(+) create mode 100644 recipes-qt/qsiv/qsiv_1.1.bb diff --git

[oe] [meta-qt5][PATCH 3/4] mallit-plugins-qt5: Don't set OE_QMAKE_PATH_HEADERS

2014-02-21 Thread Otavio Salvador
The qmake class now respects the QT_DIR_NAME setting when setting the headers path, so this change is not needed anymore. Signed-off-by: Otavio Salvador --- recipes-qt/maliit/maliit-plugins-qt5_git.bb |5 - 1 file changed, 5 deletions(-) diff --git a/recipes-qt/maliit/maliit-plugins-qt5

[oe] [meta-qt5][PATCH 1/4] qmake5_base.bbclass: Use Qt version path for headers

2014-02-21 Thread Otavio Salvador
When looking for Qt5 headers we ought to use the Qt5 specific path. In case the distribution wants to have a flat tree it can set QT_DIR_NAME and it will still works as expected. Signed-off-by: Otavio Salvador --- classes/qmake5_base.bbclass |2 +- 1 file changed, 1 insertion(+), 1 deletion(

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

2014-02-21 Thread Khem Raj
On Thu, Feb 20, 2014 at 10:17 PM, Andre McCurdy wrote: > If qtbase is configured with openssl support (as it is by default) > then the qtwebkit example browser apps require CA certificates to > check the authenticity of https connections. > > Signed-off-by: Andre McCurdy > --- > recipes-qt/qt5/q

[oe] State of bitbake world, Failed tasks 2014-02-21

2014-02-21 Thread Martin Jansa
http://www.openembedded.org/wiki/Bitbake_World_Status == Failed tasks 2014-02-21 == === common (20) === * meta-openembedded/meta-efl/recipes-efl/e17/e-tasks_git.bb, do_compile * meta-openembedded/meta-efl/recipes-efl/e17/emprint_svn.bb, do_compile * meta-openembedded/meta-efl/recipes-