summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-networking/recipes-support/strongswan/strongswan_5.9.4.bb5
1 files changed, 4 insertions, 1 deletions
diff --git a/meta-networking/recipes-support/strongswan/strongswan_5.9.4.bb b/meta-networking/recipes-support/strongswan/strongswan_5.9.4.bb
index cbc263d301..45500df01c 100644
--- a/meta-networking/recipes-support/strongswan/strongswan_5.9.4.bb
+++ b/meta-networking/recipes-support/strongswan/strongswan_5.9.4.bb
@@ -47,7 +47,10 @@ PACKAGECONFIG[systemd-charon] = "--enable-systemd,--disable-systemd,systemd,"
47 47
48inherit autotools systemd pkgconfig 48inherit autotools systemd pkgconfig
49 49
50RRECOMMENDS:${PN} = "kernel-module-ipsec" 50RRECOMMENDS:${PN} = "kernel-module-ah4 \
51 kernel-module-esp4 \
52 kernel-module-xfrm-user \
53 "
51 54
52FILES:${PN} += "${libdir}/ipsec/lib*${SOLIBS}" 55FILES:${PN} += "${libdir}/ipsec/lib*${SOLIBS}"
53FILES:${PN}-dbg += "${bindir}/.debug ${sbindir}/.debug ${libdir}/ipsec/.debug ${libexecdir}/ipsec/.debug" 56FILES:${PN}-dbg += "${bindir}/.debug ${sbindir}/.debug ${libdir}/ipsec/.debug ${libexecdir}/ipsec/.debug"