Re: [meta-arago][scarthgap/master][PATCH] meta-arago-distro: Add libp11 library
Denys Dmytriyenko <[email protected]>
| Newsgroups | org.yoctoproject.lists.meta-arago |
|---|---|
| Message-ID | <[email protected]> |
Per PRC, the Subject line should specify the recipe, not the layer, that gets modified by the patch. On Mon, Nov 17, 2025 at 01:48:33PM +0530, Suhaas Joshi via lists.yoctoproject.org wrote: > Add libp11 library to meta-arago-distro layer. This library provides the > pkcs11.so engine, which OpenSSL uses for its PKCS#11-related operations. > > Signed-off-by: Suhaas Joshi <[email protected]> > --- > .../recipes-core/packagegroups/packagegroup-arago-base.bb | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-base.bb b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-base.bb > index 5cb4e30c..f0f5b66c 100644 > --- a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-base.bb > +++ b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-base.bb > @@ -49,6 +49,7 @@ ARAGO_EXTRA = "\ > cifs-utils \ > phytool \ > lldpd \ > + libp11 \ > " > > ARAGO_EXTRA:append:arago = "\ > -- > 2.34.1