All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH v2, 1/1] package/bird: BFD protocol needs threads
@ 2019-03-27 16:52 Fabrice Fontaine
  2019-03-27 19:13 ` Thomas Petazzoni
  0 siblings, 1 reply; 2+ messages in thread
From: Fabrice Fontaine @ 2019-03-27 16:52 UTC (permalink / raw)
  To: buildroot

Fixes:
 - http://autobuild.buildroot.org/results/e1f879cb34f9cfbbd14b75f63d25897c5bee53cd

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
---
Changes v1 -> v2 (after review of Baruch Siach):
 - Fix comment message

 package/bird/Config.in | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/package/bird/Config.in b/package/bird/Config.in
index 63170ee470..fe34f96a45 100644
--- a/package/bird/Config.in
+++ b/package/bird/Config.in
@@ -29,9 +29,13 @@ config BR2_PACKAGE_BIRD_BABEL
 
 config BR2_PACKAGE_BIRD_BFD
 	bool "bfd"
+	depends on BR2_TOOLCHAIN_HAS_THREADS
 	help
 	  Enable BFD protocol.
 
+comment "BFD protocol needs a toolchain w/ threads"
+	depends on !BR2_TOOLCHAIN_HAS_THREADS
+
 config BR2_PACKAGE_BIRD_BGP
 	bool "bgp"
 	default y
-- 
2.14.1

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

* [Buildroot] [PATCH v2, 1/1] package/bird: BFD protocol needs threads
  2019-03-27 16:52 [Buildroot] [PATCH v2, 1/1] package/bird: BFD protocol needs threads Fabrice Fontaine
@ 2019-03-27 19:13 ` Thomas Petazzoni
  0 siblings, 0 replies; 2+ messages in thread
From: Thomas Petazzoni @ 2019-03-27 19:13 UTC (permalink / raw)
  To: buildroot

On Wed, 27 Mar 2019 17:52:36 +0100
Fabrice Fontaine <fontaine.fabrice@gmail.com> wrote:

> Fixes:
>  - http://autobuild.buildroot.org/results/e1f879cb34f9cfbbd14b75f63d25897c5bee53cd
> 
> Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
> ---
> Changes v1 -> v2 (after review of Baruch Siach):
>  - Fix comment message

Applied to master, thanks.

Thomas
-- 
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com

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

end of thread, other threads:[~2019-03-27 19:13 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-03-27 16:52 [Buildroot] [PATCH v2, 1/1] package/bird: BFD protocol needs threads Fabrice Fontaine
2019-03-27 19:13 ` Thomas Petazzoni

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.