mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-11 16:59:59 +00:00
strongswan: add ${PN}-plugin-curve25519 to RDEPENDS
* The default DH group curve25519 depends on
an optional plugin ${PN}-plugin-curve25519,
add it to RDEPENDS to avoid below error:
root@test:~# ipsec up host-lan
initiating IKE_SA host-lan[1] to 192.168.7.2
configured DH group CURVE_25519 not supported
tried to checkin and delete nonexisting IKE_SA
establishing connection 'host-lan' failed
Signed-off-by: Mingli Yu <Mingli.Yu@windriver.com>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
Signed-off-by: Joe MacDonald <joe_macdonald@mentor.com>
This commit is contained in:
@@ -123,6 +123,7 @@ RDEPENDS_${PN} += "\
|
|||||||
${PN}-plugin-x509 \
|
${PN}-plugin-x509 \
|
||||||
${PN}-plugin-xauth-generic \
|
${PN}-plugin-xauth-generic \
|
||||||
${PN}-plugin-xcbc \
|
${PN}-plugin-xcbc \
|
||||||
|
${PN}-plugin-curve25519 \
|
||||||
"
|
"
|
||||||
|
|
||||||
RPROVIDES_${PN} += "${PN}-systemd"
|
RPROVIDES_${PN} += "${PN}-systemd"
|
||||||
|
|||||||
Reference in New Issue
Block a user