* [PATCH] openssl: Add ca-certificates in RRECOMMENDS
@ 2013-09-19 13:03 Shakeel, Muhammad
2013-09-25 15:03 ` Muhammad Shakeel
0 siblings, 1 reply; 4+ messages in thread
From: Shakeel, Muhammad @ 2013-09-19 13:03 UTC (permalink / raw)
To: openembedded-core
From: Muhammad Shakeel <muhammad_shakeel@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@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}"
--
1.7.9.5
^ permalink raw reply related [flat|nested] 4+ messages in thread* Re: [PATCH] openssl: Add ca-certificates in RRECOMMENDS
2013-09-19 13:03 [PATCH] openssl: Add ca-certificates in RRECOMMENDS Shakeel, Muhammad
@ 2013-09-25 15:03 ` Muhammad Shakeel
2013-09-25 15:52 ` Paul Eggleton
0 siblings, 1 reply; 4+ messages in thread
From: Muhammad Shakeel @ 2013-09-25 15:03 UTC (permalink / raw)
To: openembedded-core@lists.openembedded.org
On 09/19/2013 06:03 PM, Shakeel, Muhammad wrote:
> From: Muhammad Shakeel <muhammad_shakeel@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@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
^ permalink raw reply [flat|nested] 4+ messages in thread* Re: [PATCH] openssl: Add ca-certificates in RRECOMMENDS
2013-09-25 15:03 ` Muhammad Shakeel
@ 2013-09-25 15:52 ` Paul Eggleton
2013-09-25 16:53 ` Khem Raj
0 siblings, 1 reply; 4+ messages in thread
From: Paul Eggleton @ 2013-09-25 15:52 UTC (permalink / raw)
To: Muhammad Shakeel; +Cc: openembedded-core
On Wednesday 25 September 2013 20:03:19 Muhammad Shakeel wrote:
> On 09/19/2013 06:03 PM, Shakeel, Muhammad wrote:
> > From: Muhammad Shakeel <muhammad_shakeel@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@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?
I could be wrong, but this doesn't seem like the right thing to do. Surely
individual *applications* that need ca-certificates in conjunction with OpenSSL
should be adding it to their RRECOMMENDS?
Cheers,
Paul
--
Paul Eggleton
Intel Open Source Technology Centre
^ permalink raw reply [flat|nested] 4+ messages in thread* Re: [PATCH] openssl: Add ca-certificates in RRECOMMENDS
2013-09-25 15:52 ` Paul Eggleton
@ 2013-09-25 16:53 ` Khem Raj
0 siblings, 0 replies; 4+ messages in thread
From: Khem Raj @ 2013-09-25 16:53 UTC (permalink / raw)
To: Paul Eggleton; +Cc: openembedded-core
On Sep 25, 2013, at 8:52 AM, Paul Eggleton <paul.eggleton@linux.intel.com> wrote:
> On Wednesday 25 September 2013 20:03:19 Muhammad Shakeel wrote:
>> On 09/19/2013 06:03 PM, Shakeel, Muhammad wrote:
>>> From: Muhammad Shakeel <muhammad_shakeel@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@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?
>
> I could be wrong, but this doesn't seem like the right thing to do. Surely
> individual *applications* that need ca-certificates in conjunction with OpenSSL
> should be adding it to their RRECOMMENDS?
may be RSUGGESTS_${PN} is an option here.
>
> Cheers,
> Paul
>
> --
>
> Paul Eggleton
> Intel Open Source Technology Centre
> _______________________________________________
> Openembedded-core mailing list
> Openembedded-core@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-core
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2013-09-25 16:53 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-09-19 13:03 [PATCH] openssl: Add ca-certificates in RRECOMMENDS Shakeel, Muhammad
2013-09-25 15:03 ` Muhammad Shakeel
2013-09-25 15:52 ` Paul Eggleton
2013-09-25 16:53 ` Khem Raj
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox