Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] dahdi-tools: fix dependencies comment condition
@ 2018-08-17  9:05 Baruch Siach
  2018-08-17  9:26 ` Yann E. MORIN
  0 siblings, 1 reply; 3+ messages in thread
From: Baruch Siach @ 2018-08-17  9:05 UTC (permalink / raw)
  To: buildroot

The threads dependency comment is unrelated to the Linux kernel
dependency.

Cc: Yann E. MORIN <yann.morin.1998@free.fr>
Signed-off-by: Baruch Siach <baruch@tkos.co.il>
---
 package/dahdi-tools/Config.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/dahdi-tools/Config.in b/package/dahdi-tools/Config.in
index 39042df04134..625d17f216e3 100644
--- a/package/dahdi-tools/Config.in
+++ b/package/dahdi-tools/Config.in
@@ -17,7 +17,7 @@ config BR2_PACKAGE_DAHDI_TOOLS
 
 # Two comments, otherwise it may not fit in menuconfig for narrow terminals
 comment "dahdi-tools needs a toolchain w/ threads"
-	depends on !BR2_TOOLCHAIN_HAS_THREADS || !BR2_LINUX_KERNEL
+	depends on !BR2_TOOLCHAIN_HAS_THREADS
 
 comment "dahdi-tools needs a Linux kernel to be built"
 	depends on !BR2_LINUX_KERNEL
-- 
2.18.0

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

end of thread, other threads:[~2018-08-17  9:33 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-08-17  9:05 [Buildroot] [PATCH] dahdi-tools: fix dependencies comment condition Baruch Siach
2018-08-17  9:26 ` Yann E. MORIN
2018-08-17  9:33   ` Baruch Siach

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox