mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-04 14:39:54 +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:
committed by
Khem Raj
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"
|
||||
|
||||
Reference in New Issue
Block a user