Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/5] dvb-apps utilities: needs threads
@ 2013-05-23  0:24 Gilles Talis
  2013-05-23  0:24 ` [Buildroot] [PATCH 2/5] tvheadend: " Gilles Talis
                   ` (5 more replies)
  0 siblings, 6 replies; 19+ messages in thread
From: Gilles Talis @ 2013-05-23  0:24 UTC (permalink / raw)
  To: buildroot

Fixes:
http://autobuild.buildroot.org/results/b62/b62289809221b6455fe3db501e869271a64ea454
Signed-off-by: Gilles Talis <gilles.talis@gmail.com>
---
 package/dvb-apps/Config.in |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/package/dvb-apps/Config.in b/package/dvb-apps/Config.in
index 7f76330..a77064e 100644
--- a/package/dvb-apps/Config.in
+++ b/package/dvb-apps/Config.in
@@ -8,12 +8,13 @@ config BR2_PACKAGE_DVB_APPS
 
 if BR2_PACKAGE_DVB_APPS
 
-comment "dvb-apps utils needs LARGEFILE support in the toolchain"
-	depends on !BR2_LARGEFILE
+comment "dvb-apps utils needs a toolchain with LARGEFILE and THREADS support"
+	depends on !BR2_LARGEFILE || !BR2_TOOLCHAIN_HAS_THREADS
 
 config BR2_PACKAGE_DVB_APPS_UTILS
 	bool "dvb-apps utilities"
 	depends on BR2_LARGEFILE
+	depends on BR2_TOOLCHAIN_HAS_THREADS
 	select BR2_PACKAGE_LIBICONV if !BR2_ENABLE_LOCALE
 	help
 	  A small number of DVB test and utility programs,
-- 
1.7.4.1

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

end of thread, other threads:[~2013-05-23 20:48 UTC | newest]

Thread overview: 19+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-05-23  0:24 [Buildroot] [PATCH 1/5] dvb-apps utilities: needs threads Gilles Talis
2013-05-23  0:24 ` [Buildroot] [PATCH 2/5] tvheadend: " Gilles Talis
2013-05-23  6:54   ` Yann E. MORIN
2013-05-23 14:44     ` Gilles Talis
2013-05-23 17:42       ` Yann E. MORIN
2013-05-23 20:34   ` Peter Korsgaard
2013-05-23  0:24 ` [Buildroot] [PATCH 3/5] portaudio: " Gilles Talis
2013-05-23 20:37   ` Peter Korsgaard
2013-05-23  0:24 ` [Buildroot] [PATCH 4/5] portaudio: add license information Gilles Talis
2013-05-23  6:59   ` Yann E. MORIN
2013-05-23  7:09     ` Baruch Siach
2013-05-23  7:33       ` Yann E. MORIN
2013-05-23 14:49         ` Gilles Talis
2013-05-23 17:44           ` Yann E. MORIN
2013-05-23 17:52             ` Gilles Talis
2013-05-23  0:24 ` [Buildroot] [PATCH 5/5] libatomic_ops: fix build failure seen with toolchain without threads support Gilles Talis
2013-05-23 20:48   ` Peter Korsgaard
2013-05-23  6:51 ` [Buildroot] [PATCH 1/5] dvb-apps utilities: needs threads Yann E. MORIN
2013-05-23 20:33 ` Peter Korsgaard

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