All of lore.kernel.org
 help / color / mirror / Atom feed
From: Pau Espin Pedrol <pespin@sysmocom.de>
To: openembedded-devel@lists.openembedded.org
Cc: Pau Espin Pedrol <pespin@sysmocom.de>
Subject: [meta-networking][PATCH v2] lksctp-tools: Add RRECOMENDS kernel-module-sctp for pkg lksctp-tools
Date: Wed,  4 Dec 2019 12:37:29 +0100	[thread overview]
Message-ID: <20191204113729.3317-1-pespin@sysmocom.de> (raw)
In-Reply-To: <20191203134454.320616-1-pespin@sysmocom.de>

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



      parent reply	other threads:[~2019-12-04 11:37 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-12-03 13:44 [meta-networking][PATCH] lksctp-tools: Add RRECOMENDS kernel-module-sctp for pkg lksctp-tools Pau Espin Pedrol
2019-12-03 20:17 ` Khem Raj
2019-12-04 11:37 ` Pau Espin Pedrol [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20191204113729.3317-1-pespin@sysmocom.de \
    --to=pespin@sysmocom.de \
    --cc=openembedded-devel@lists.openembedded.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.