[meta-arago][scarthgap/master][PATCH v2] packagegroup-arago-base: Add libp11 package
Suhaas Joshi <[email protected]>
| Newsgroups | org.yoctoproject.lists.meta-arago |
|---|---|
| Message-ID | <[email protected]> |
Add libp11 library to packagegroup-arago-base. This library provides the pkcs11.so engine, which OpenSSL uses for its PKCS#11-related operations. Signed-off-by: Suhaas Joshi <[email protected]> --- v1 -> v2: * Change subject line to not include meta-<layer> * v1: https://lore.kernel.org/yocto-meta-arago/[email protected]/T/#t --- .../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