[OE-core] [PATCH] openssl: Add ca-certificates in RRECOMMENDS

Muhammad Shakeel muhammad_shakeel at mentor.com
Wed Sep 25 15:03:19 UTC 2013


On 09/19/2013 06:03 PM, Shakeel, Muhammad wrote:
> From: Muhammad Shakeel <muhammad_shakeel at mentor.com>
>
> In some situations ca-certificates are required along with openssl
> to communicate securely, i.e. curl trying to fetch contents through https.
>
> Signed-off-by: Muhammad Shakeel <muhammad_shakeel at mentor.com>
> ---
>   meta/recipes-connectivity/openssl/openssl.inc |    2 ++
>   1 file changed, 2 insertions(+)
>
> diff --git a/meta/recipes-connectivity/openssl/openssl.inc b/meta/recipes-connectivity/openssl/openssl.inc
> index 78ff7ae..cf60d4b 100644
> --- a/meta/recipes-connectivity/openssl/openssl.inc
> +++ b/meta/recipes-connectivity/openssl/openssl.inc
> @@ -13,6 +13,8 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=f9a8f968107345e0b75aa8c2ecaa7ec8"
>   
>   DEPENDS = "perl-native-runtime"
>   
> +RRECOMMENDS_${PN} = "ca-certificates"
> +
>   SRC_URI = "http://www.openssl.org/source/openssl-${PV}.tar.gz \
>             "
>   S = "${WORKDIR}/openssl-${PV}"

Any feedback on this?

Thanks,
Shakeel



More information about the Openembedded-core mailing list