Skip to content

Commit

Permalink
lksctp-tools: Add RRECOMENDS kernel-module-sctp for pkg lksctp-tools
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
pespin authored and kraj committed Dec 6, 2019
1 parent 287625a commit 38c70e7
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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"

0 comments on commit 38c70e7

Please sign in to comment.