All of lore.kernel.org
 help / color / mirror / Atom feed
From: Khem Raj <raj.khem@gmail.com>
To: Pau Espin Pedrol <pespin@sysmocom.de>
Cc: openembeded-devel <openembedded-devel@lists.openembedded.org>
Subject: Re: [meta-networking][PATCH] lksctp-tools: Add RRECOMENDS kernel-module-sctp for pkg lksctp-tools
Date: Tue, 3 Dec 2019 12:17:04 -0800	[thread overview]
Message-ID: <CAMKF1sqsVesrd0PvS3N=8RPvZDdLaZV+-nBLuXifsybrebrX+g@mail.gmail.com> (raw)
In-Reply-To: <20191203134454.320616-1-pespin@sysmocom.de>

On Tue, Dec 3, 2019 at 5:45 AM Pau Espin Pedrol <pespin@sysmocom.de> wrote:
>
> 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         | 2 ++
>  1 file changed, 2 insertions(+)
>
> 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..25270016d 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
> @@ -12,6 +12,7 @@ SRCREV = "1b077af62d83d53c34b1bde8bad6648149d5edf9"
>
>  PV .= "+git${SRCPV}"
>  LK_REL = "1.0.18"
> +PR = "r1"

drop setting PR manually.

>
>  SRC_URI = " \
>      git://github.com/sctp/lksctp-tools.git \
> @@ -65,5 +66,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
>
> --
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-devel


  reply	other threads:[~2019-12-03 20:17 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 [this message]
2019-12-04 11:37 ` [meta-networking][PATCH v2] " Pau Espin Pedrol

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='CAMKF1sqsVesrd0PvS3N=8RPvZDdLaZV+-nBLuXifsybrebrX+g@mail.gmail.com' \
    --to=raj.khem@gmail.com \
    --cc=openembedded-devel@lists.openembedded.org \
    --cc=pespin@sysmocom.de \
    /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.