From: Denys Dmytriyenko <[email protected]> Fix tisdk-default-image do_rootfs errors after [1]
cherry-pick commit from master branch: 922420df0f445c8f7c830965f88a5fc566eb6ff0 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. [1]: https://git.openembedded.org/meta-openembedded/commit/meta-networking/recipes-support/strongswan?h=kirkstone&id=dd23a9930360f540c919ddfd35fd1f6088174ef3 Signed-off-by: Denys Dmytriyenko <[email protected]> Signed-off-by: Ryan Eatmon <[email protected]> Signed-off-by: Aniket Limaye <[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.34.1 -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#15073): https://lists.yoctoproject.org/g/meta-arago/message/15073 Mute This Topic: https://lists.yoctoproject.org/mt/103763018/21656 Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/meta-arago/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
