From: "Piotr Łobacz" <p.lobacz@welotec.com>
To: "openembedded-core@lists.openembedded.org"
<openembedded-core@lists.openembedded.org>,
Richard Purdie <richard.purdie@linuxfoundation.org>
Subject: Re: [OE-Core][PATCH v2 2/2] ca-certificates-native: add certs path to SYSROOT_DIRS_NATIVE
Date: Wed, 15 Nov 2023 22:45:12 +0000 [thread overview]
Message-ID: <5989200.lOV4Wx5bFT@latitude> (raw)
In-Reply-To: <cd9e75ac975fb17876a7c85e8bb4f6a69bf0e311.camel@linuxfoundation.org>
Dnia środa, 15 listopada 2023 23:19:40 CET Richard Purdie pisze:
> On Wed, 2023-11-15 at 22:52 +0100, Piotr Łobacz wrote:
> > As curl-native needs CA bundle for establishing secure connection,
> > its installation is required in native environment.
> >
> > Signed-off-by: Piotr Łobacz <p.lobacz@welotec.com>
> > ---
> >
> > .../recipes-support/ca-certificates/ca-certificates_20211016.bb | 2 ++
> > 1 file changed, 2 insertions(+)
> >
> > diff --git
> > a/meta/recipes-support/ca-certificates/ca-certificates_20211016.bb
> > b/meta/recipes-support/ca-certificates/ca-certificates_20211016.bb index
> > 99abe60613..0d55bae845 100644
> > --- a/meta/recipes-support/ca-certificates/ca-certificates_20211016.bb
> > +++ b/meta/recipes-support/ca-certificates/ca-certificates_20211016.bb
> > @@ -86,4 +86,6 @@ RDEPENDS:${PN}:append:class-target = " openssl-bin
> > openssl">
> > RDEPENDS:${PN}:append:class-native = " openssl-native"
> > RDEPENDS:${PN}:append:class-nativesdk = " nativesdk-openssl-bin
> > nativesdk-openssl">
> > +SYSROOT_DIRS_NATIVE += "${sysconfdir}/ssl/certs"
> > +
> >
> > BBCLASSEXTEND = "native nativesdk"
>
> If I look at SYSROOT_DIRS_NATIVE in staging.bbclass, it has
> ${sysconfdir} already listed in it. That makes me wonder if this is
> really needed?
Yeah, I see it but somehow it was not working without it, need to test it
more...
>
> Cheers,
>
> Richard
BR
Piotr
next prev parent reply other threads:[~2023-11-15 22:45 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-11-15 21:52 [OE-Core][PATCH v2 1/2] curl-native: add missing ca-certificates-native dependency Piotr Łobacz
2023-11-15 21:52 ` [OE-Core][PATCH v2 2/2] ca-certificates-native: add certs path to SYSROOT_DIRS_NATIVE Piotr Łobacz
2023-11-15 22:19 ` Richard Purdie
2023-11-15 22:45 ` Piotr Łobacz [this message]
2023-11-15 22:17 ` [OE-Core][PATCH v2 1/2] curl-native: add missing ca-certificates-native dependency Richard Purdie
2023-11-15 22:43 ` Piotr Łobacz
[not found] ` <1797ED345C35561D.20281@lists.openembedded.org>
2023-11-17 14:15 ` Piotr Łobacz
2023-11-16 12:00 ` Ross Burton
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=5989200.lOV4Wx5bFT@latitude \
--to=p.lobacz@welotec.com \
--cc=openembedded-core@lists.openembedded.org \
--cc=richard.purdie@linuxfoundation.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.