diff options
author | Pau Espin Pedrol <pespin@sysmocom.de> | 2019-12-04 12:37:29 +0100 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2019-12-05 23:01:06 -0800 |
commit | 38c70e7518a0f2c26e1fe8850b60da4adee2ce95 (patch) | |
tree | 0904a056b6c6dbb3f90cf86e7e3842fd14168546 /meta-networking/recipes-support/lksctp-tools | |
parent | 287625a6401cecb19897389f72f38b4e88fa41c9 (diff) | |
download | meta-openembedded-38c70e7518a0f2c26e1fe8850b60da4adee2ce95.tar.gz |
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>
Diffstat (limited to 'meta-networking/recipes-support/lksctp-tools')
-rw-r--r-- | meta-networking/recipes-support/lksctp-tools/lksctp-tools_1.0.18.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-networking/recipes-support/lksctp-tools/lksctp-tools_1.0.18.bb b/meta-networking/recipes-support/lksctp-tools/lksctp-tools_1.0.18.bb index 70cea6c7b..3cabc4ff8 100644 --- a/meta-networking/recipes-support/lksctp-tools/lksctp-tools_1.0.18.bb +++ b/meta-networking/recipes-support/lksctp-tools/lksctp-tools_1.0.18.bb | |||
@@ -65,5 +65,6 @@ FILES_${PN}-dev += " \ | |||
65 | 65 | ||
66 | FILES_${PN}-utils = "${bindir}/*" | 66 | FILES_${PN}-utils = "${bindir}/*" |
67 | 67 | ||
68 | RRECOMMENDS_${PN} += "kernel-module-sctp" | ||
68 | RRECOMMENDS_${PN}-utils += "kernel-module-sctp" | 69 | RRECOMMENDS_${PN}-utils += "kernel-module-sctp" |
69 | RRECOMMENDS_${PN}-ptest += "kernel-module-sctp" | 70 | RRECOMMENDS_${PN}-ptest += "kernel-module-sctp" |