All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-networking][PATCH] lksctp-tools: Add RRECOMENDS kernel-module-sctp for pkg lksctp-tools
@ 2019-12-03 13:44 Pau Espin Pedrol
  2019-12-03 20:17 ` Khem Raj
  2019-12-04 11:37 ` [meta-networking][PATCH v2] " Pau Espin Pedrol
  0 siblings, 2 replies; 3+ messages in thread
From: Pau Espin Pedrol @ 2019-12-03 13:44 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Pau Espin Pedrol

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"
 
 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



^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [meta-networking][PATCH] lksctp-tools: Add RRECOMENDS kernel-module-sctp for pkg lksctp-tools
  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 ` [meta-networking][PATCH v2] " Pau Espin Pedrol
  1 sibling, 0 replies; 3+ messages in thread
From: Khem Raj @ 2019-12-03 20:17 UTC (permalink / raw)
  To: Pau Espin Pedrol; +Cc: openembeded-devel

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


^ permalink raw reply	[flat|nested] 3+ messages in thread

* [meta-networking][PATCH v2] lksctp-tools: Add RRECOMENDS kernel-module-sctp for pkg lksctp-tools
  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
  1 sibling, 0 replies; 3+ messages in thread
From: Pau Espin Pedrol @ 2019-12-04 11:37 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Pau Espin Pedrol

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



^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2019-12-04 11:37 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
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 ` [meta-networking][PATCH v2] " Pau Espin Pedrol

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.