From: Franz Schnyder Date: Wed, 8 Apr 2026 13:05:53 +0000 (+0200) Subject: gnutls: Add p11-kit for native builds X-Git-Tag: yocto-6.0~17 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e9f12f64279cccffe2fb3d030f0a45f4587d4186;p=thirdparty%2Fopenembedded%2Fopenembedded-core.git gnutls: Add p11-kit for native builds U-Boot mkeficapsule host tool now uses pkcs11 related gnutls symbols. If gnutls-native is built without p11-kit support, linking mkeficapsule will fail. Enable p11-kit for gnutls-native. Signed-off-by: Franz Schnyder Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-support/gnutls/gnutls_3.8.12.bb b/meta/recipes-support/gnutls/gnutls_3.8.12.bb index 92156c277c..7218428012 100644 --- a/meta/recipes-support/gnutls/gnutls_3.8.12.bb +++ b/meta/recipes-support/gnutls/gnutls_3.8.12.bb @@ -31,6 +31,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:append:class-native = " p11-kit" # You must also have CONFIG_SECCOMP enabled in the kernel for # seccomp to work.