lksctp-tools: Add RRECOMENDS kernel-module-sctp for pkg lksctp-tools

Previously the kernel module was only pulled in for ${PN}-utils and
${PN}-ptest, but not for the library itself. As a result, appsexternal
to this recipe  using only the library fail because kernel module is
not installed in the image.

Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Pau Espin Pedrol 2019-12-04 12:37:29 +01:00 committed by Khem Raj
parent 287625a640
commit 38c70e7518

View File

@ -65,5 +65,6 @@ FILES_${PN}-dev += " \
FILES_${PN}-utils = "${bindir}/*"
RRECOMMENDS_${PN} += "kernel-module-sctp"
RRECOMMENDS_${PN}-utils += "kernel-module-sctp"
RRECOMMENDS_${PN}-ptest += "kernel-module-sctp"