aboutsummaryrefslogtreecommitdiffstats
path: root/meta-networking/recipes-support
diff options
context:
space:
mode:
authorMingli Yu <Mingli.Yu@windriver.com>2018-01-12 10:46:20 +0800
committerJoe MacDonald <joe_macdonald@mentor.com>2018-02-05 10:40:18 -0500
commitea97f6b7dba9e3ab25d0f75b0e64d5d1f0a2b951 (patch)
tree1cebb200185e1793a10cde09639ce573d6955cb8 /meta-networking/recipes-support
parentb5b95422e7be2cb65a652fc9477246469668ed9c (diff)
downloadmeta-openembedded-contrib-ea97f6b7dba9e3ab25d0f75b0e64d5d1f0a2b951.tar.gz
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>
Diffstat (limited to 'meta-networking/recipes-support')
-rw-r--r--meta-networking/recipes-support/strongswan/strongswan_5.5.3.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-networking/recipes-support/strongswan/strongswan_5.5.3.bb b/meta-networking/recipes-support/strongswan/strongswan_5.5.3.bb
index 3fb56bcfe7..97ebcd8a57 100644
--- a/meta-networking/recipes-support/strongswan/strongswan_5.5.3.bb
+++ b/meta-networking/recipes-support/strongswan/strongswan_5.5.3.bb
@@ -123,6 +123,7 @@ RDEPENDS_${PN} += "\
${PN}-plugin-x509 \
${PN}-plugin-xauth-generic \
${PN}-plugin-xcbc \
+ ${PN}-plugin-curve25519 \
"
RPROVIDES_${PN} += "${PN}-systemd"