Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] mosh: don't show dependencies comment on unsupported arches
@ 2015-07-26 22:21 Baruch Siach
  2015-07-26 22:38 ` Yann E. MORIN
  0 siblings, 1 reply; 5+ messages in thread
From: Baruch Siach @ 2015-07-26 22:21 UTC (permalink / raw)
  To: buildroot

Cc: Christian Stewart <christian@paral.in>
Signed-off-by: Baruch Siach <baruch@tkos.co.il>
---
 package/mosh/Config.in | 1 +
 1 file changed, 1 insertion(+)

diff --git a/package/mosh/Config.in b/package/mosh/Config.in
index 2f5214cd3c88..4ad7d61023b6 100644
--- a/package/mosh/Config.in
+++ b/package/mosh/Config.in
@@ -1,5 +1,6 @@
 comment "mosh needs a toolchain w/ threads"
 	depends on !BR2_TOOLCHAIN_HAS_THREADS
+	depends on !(BR2_arm || BR2_i386 || BR2_mipsel || BR2_x86_64)
 
 config BR2_PACKAGE_MOSH
 	bool "mosh"
-- 
2.1.4

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

end of thread, other threads:[~2015-07-27  0:35 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-07-26 22:21 [Buildroot] [PATCH] mosh: don't show dependencies comment on unsupported arches Baruch Siach
2015-07-26 22:38 ` Yann E. MORIN
2015-07-26 22:41   ` Christian Stewart
2015-07-26 22:58     ` Baruch Siach
2015-07-27  0:35       ` Christian Stewart

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