From: Denys Dmytriyenko <[email protected]> Upstream strongswan recipe in meta-openembedded/meta-networking sets runtime dependency for MGF1 plugin, but it is not enabled by default and hence no such package gets produced.
The patch will be sent upsream, for now fix it in our bbappend. Signed-off-by: Denys Dmytriyenko <[email protected]> --- .../recipes-support/strongswan/strongswan_%.bbappend | 1 + 1 file changed, 1 insertion(+) diff --git a/meta-arago-distro/recipes-support/strongswan/strongswan_%.bbappend b/meta-arago-distro/recipes-support/strongswan/strongswan_%.bbappend index 0af8c9c2..ae313c74 100644 --- a/meta-arago-distro/recipes-support/strongswan/strongswan_%.bbappend +++ b/meta-arago-distro/recipes-support/strongswan/strongswan_%.bbappend @@ -8,6 +8,7 @@ PACKAGECONFIG = "charon curl openssl stroke sqlite3 \ EXTRA_OECONF += " \ --enable-ctr \ --enable-pkcs11 \ + --enable-mgf1 \ " SRC_URI += "file://pkcs11_plugin.conf" -- 2.25.1 -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#14126): https://lists.yoctoproject.org/g/meta-arago/message/14126 Mute This Topic: https://lists.yoctoproject.org/mt/95370212/21656 Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/meta-arago/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
