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 <[email protected]>
> ---
> .../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?
Cheers,
Richard
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#190746):
https://lists.openembedded.org/g/openembedded-core/message/190746
Mute This Topic: https://lists.openembedded.org/mt/102615266/21656
Group Owner: [email protected]
Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub
[[email protected]]
-=-=-=-=-=-=-=-=-=-=-=-