mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-05-18 21:28:52 +00:00
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:
parent
287625a640
commit
38c70e7518
@ -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"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user