public inbox for openembedded-core@lists.openembedded.org
 help / color / mirror / Atom feed
From: Richard Purdie <richard.purdie@linuxfoundation.org>
To: openembedded-core@lists.openembedded.org
Subject: Re: [OE-core] [PATCH] gnutls: Enable p11-kit by default
Date: Mon, 27 Apr 2026 07:01:11 +0100	[thread overview]
Message-ID: <421b362ec30b467e4490f21d605dc92f94030df7.camel@linuxfoundation.org> (raw)
In-Reply-To: <18A8A25C8BDA3521.1516946@lists.openembedded.org>

On Wed, 2026-04-22 at 10:02 +0100, Richard Purdie via lists.openembedded.org wrote:
> I'm not thrilled to do this but the signs are that during the lifetime of
> the next project release, we're going to need this and it may be best just
> to do it now. U-boot is the current tool that is likely to but it feels like
> there will be others.
> 
> We could just do this in the native case however I suspect if we're going
> to do it, we should do it for target and other cases as well for consistency.
> Most other distros are shipping with this turned on. It can still be turned off
> for those who don't need/want it.
> 
> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
> ---
>  meta/recipes-support/gnutls/gnutls_3.8.12.bb | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/meta/recipes-support/gnutls/gnutls_3.8.12.bb b/meta/recipes-support/gnutls/gnutls_3.8.12.bb
> index 92156c277c9..ba923daeb08 100644
> --- a/meta/recipes-support/gnutls/gnutls_3.8.12.bb
> +++ b/meta/recipes-support/gnutls/gnutls_3.8.12.bb
> @@ -30,7 +30,7 @@ SRC_URI[sha256sum] = "a7b341421bfd459acf7a374ca4af3b9e06608dcd7bd792b2bf470bea01
>  
>  inherit autotools texinfo pkgconfig gettext lib_package gtk-doc ptest
>  
> -PACKAGECONFIG ??= "libidn libtasn1 ${@bb.utils.filter('DISTRO_FEATURES', 'seccomp', d)}"
> +PACKAGECONFIG ??= "libidn libtasn1 ${@bb.utils.filter('DISTRO_FEATURES', 'seccomp', d)} p11-kit"
>  
>  # You must also have CONFIG_SECCOMP enabled in the kernel for
>  # seccomp to work.

This breaks ptests for gnutls since it needs a recipe from meta-oe to
run the p11-kit tests. It was too close to release for that.

Cheers,

Richard


           reply	other threads:[~2026-04-27  6:01 UTC|newest]

Thread overview: expand[flat|nested]  mbox.gz  Atom feed
 [parent not found: <18A8A25C8BDA3521.1516946@lists.openembedded.org>]

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=421b362ec30b467e4490f21d605dc92f94030df7.camel@linuxfoundation.org \
    --to=richard.purdie@linuxfoundation.org \
    --cc=openembedded-core@lists.openembedded.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox