[oe-commits] [meta-openembedded] 02/04: lksctp-tools: Add RRECOMENDS kernel-module-sctp for pkg lksctp-tools

git at git.openembedded.org git at git.openembedded.org
Wed Dec 4 19:36:42 UTC 2019


This is an automated email from the git hooks/post-receive script.

khem pushed a commit to branch master-next
in repository meta-openembedded.

commit 6679cf07a3862fe2034eca939245a02a6797c1e1
Author: Pau Espin Pedrol <pespin at sysmocom.de>
AuthorDate: Wed Dec 4 12:37:29 2019 +0100

    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 at gmail.com>
---
 meta-networking/recipes-support/lksctp-tools/lksctp-tools_1.0.18.bb | 1 +
 1 file changed, 1 insertion(+)

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 70cea6c..3cabc4f 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 += " \
 
 FILES_${PN}-utils = "${bindir}/*"
 
+RRECOMMENDS_${PN} += "kernel-module-sctp"
 RRECOMMENDS_${PN}-utils += "kernel-module-sctp"
 RRECOMMENDS_${PN}-ptest += "kernel-module-sctp"

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list