* [meta-qt5][PATCH 1/2] qtbase.inc: configure with -openssl-linked instead of -openssl
@ 2014-02-21 6:17 Andre McCurdy
2014-02-21 6:17 ` [meta-qt5][PATCH 2/2] qtwebkit-examples: add missing RDEPENDS for ca-certificates Andre McCurdy
0 siblings, 1 reply; 3+ messages in thread
From: Andre McCurdy @ 2014-02-21 6:17 UTC (permalink / raw)
To: openembedded-devel
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 <armccurdy@gmail.com>
---
recipes-qt/qt5/qtbase.inc | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/recipes-qt/qt5/qtbase.inc b/recipes-qt/qt5/qtbase.inc
index f056393..ad5bb12 100644
--- a/recipes-qt/qt5/qtbase.inc
+++ b/recipes-qt/qt5/qtbase.inc
@@ -110,7 +110,8 @@ PACKAGECONFIG[kms] = "-kms,-no-kms,kms"
# needed for qtdeclarative (qtdeclarative.do_configure fails to find quick module without)
PACKAGECONFIG[icu] = "-icu,-no-icu,${ICU}"
PACKAGECONFIG[udev] = "-libudev,-no-libudev,udev"
-PACKAGECONFIG[openssl] = "-openssl,-no-openssl,openssl"
+# use -openssl-linked here to ensure that RDEPENDS for libcrypto and libssl are detected
+PACKAGECONFIG[openssl] = "-openssl-linked,-no-openssl,openssl"
PACKAGECONFIG[alsa] = "-alsa,-no-alsa,alsa-lib"
PACKAGECONFIG[pulseaudio] = "-pulseaudio,-no-pulseaudio,pulseaudio"
PACKAGECONFIG[nis] = "-nis,-no-nis"
--
1.8.1.2
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [meta-qt5][PATCH 2/2] qtwebkit-examples: add missing RDEPENDS for ca-certificates
2014-02-21 6:17 [meta-qt5][PATCH 1/2] qtbase.inc: configure with -openssl-linked instead of -openssl Andre McCurdy
@ 2014-02-21 6:17 ` Andre McCurdy
2014-02-21 17:33 ` Khem Raj
0 siblings, 1 reply; 3+ messages in thread
From: Andre McCurdy @ 2014-02-21 6:17 UTC (permalink / raw)
To: openembedded-devel
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 <armccurdy@gmail.com>
---
recipes-qt/qt5/qtwebkit-examples.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/recipes-qt/qt5/qtwebkit-examples.inc b/recipes-qt/qt5/qtwebkit-examples.inc
index 50c28cd..8a8e000 100644
--- a/recipes-qt/qt5/qtwebkit-examples.inc
+++ b/recipes-qt/qt5/qtwebkit-examples.inc
@@ -9,4 +9,4 @@ SRC_URI += " \
"
DEPENDS += "qtwebkit"
-RDEPENDS_${PN}-examples += "qtwebkit-qmlplugins"
+RDEPENDS_${PN}-examples += "qtwebkit-qmlplugins ca-certificates"
--
1.8.1.2
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [meta-qt5][PATCH 2/2] qtwebkit-examples: add missing RDEPENDS for ca-certificates
2014-02-21 6:17 ` [meta-qt5][PATCH 2/2] qtwebkit-examples: add missing RDEPENDS for ca-certificates Andre McCurdy
@ 2014-02-21 17:33 ` Khem Raj
0 siblings, 0 replies; 3+ messages in thread
From: Khem Raj @ 2014-02-21 17:33 UTC (permalink / raw)
To: openembeded-devel
On Thu, Feb 20, 2014 at 10:17 PM, Andre McCurdy <armccurdy@gmail.com> 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 <armccurdy@gmail.com>
> ---
> recipes-qt/qt5/qtwebkit-examples.inc | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/recipes-qt/qt5/qtwebkit-examples.inc b/recipes-qt/qt5/qtwebkit-examples.inc
> index 50c28cd..8a8e000 100644
> --- a/recipes-qt/qt5/qtwebkit-examples.inc
> +++ b/recipes-qt/qt5/qtwebkit-examples.inc
> @@ -9,4 +9,4 @@ SRC_URI += " \
> "
>
> DEPENDS += "qtwebkit"
> -RDEPENDS_${PN}-examples += "qtwebkit-qmlplugins"
> +RDEPENDS_${PN}-examples += "qtwebkit-qmlplugins ca-certificates"
if this is dependent upon a PACKAGECONFIG feature from other package
turn this one unto same/similar PACKAGECONFIG as well otherwise the
dependency will be lurking around if openssl is disabled.
> --
> 1.8.1.2
>
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-devel
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2014-02-21 17:33 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-02-21 6:17 [meta-qt5][PATCH 1/2] qtbase.inc: configure with -openssl-linked instead of -openssl Andre McCurdy
2014-02-21 6:17 ` [meta-qt5][PATCH 2/2] qtwebkit-examples: add missing RDEPENDS for ca-certificates Andre McCurdy
2014-02-21 17:33 ` Khem Raj
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.