On Thu, Feb 20, 2014 at 10:17 PM, Andre McCurdy <[email protected]> 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 <[email protected]>
> ---
>  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
> [email protected]
> http://lists.openembedded.org/mailman/listinfo/openembedded-devel
_______________________________________________
Openembedded-devel mailing list
[email protected]
http://lists.openembedded.org/mailman/listinfo/openembedded-devel

Reply via email to