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

Khem Raj raj.khem at gmail.com
Fri Feb 21 17:33:18 UTC 2014


On Thu, Feb 20, 2014 at 10:17 PM, Andre McCurdy <armccurdy at 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 at 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 at lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-devel



More information about the Openembedded-devel mailing list