mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +00:00
strongswan: add required kernel modules to RRECOMMENDS
Strongswan failed to startup because there is no kernel module named ipsec. Add basic kernel modules required by strongswan per [1]. [1] https://wiki.strongswan.org/projects/strongswan/wiki/KernelModules, Signed-off-by: Yi Zhao <yi.zhao@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
parent
4aa6b803ed
commit
799dc735f8
|
|
@ -47,7 +47,10 @@ PACKAGECONFIG[systemd-charon] = "--enable-systemd,--disable-systemd,systemd,"
|
|||
|
||||
inherit autotools systemd pkgconfig
|
||||
|
||||
RRECOMMENDS:${PN} = "kernel-module-ipsec"
|
||||
RRECOMMENDS:${PN} = "kernel-module-ah4 \
|
||||
kernel-module-esp4 \
|
||||
kernel-module-xfrm-user \
|
||||
"
|
||||
|
||||
FILES:${PN} += "${libdir}/ipsec/lib*${SOLIBS}"
|
||||
FILES:${PN}-dbg += "${bindir}/.debug ${sbindir}/.debug ${libdir}/ipsec/.debug ${libexecdir}/ipsec/.debug"
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user