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 -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#16771): https://lists.yoctoproject.org/g/meta-arago/message/16771 Mute This Topic: https://lists.yoctoproject.org/mt/116334497/21656 Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/meta-arago/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
