dvb-apps utilities: needs threads
authorgilles.talis@gmail.com <gilles.talis@gmail.com>
Wed, 22 May 2013 14:24:03 +0000 (14:24 +0000)
committerPeter Korsgaard <jacmet@sunsite.dk>
Thu, 23 May 2013 20:33:12 +0000 (22:33 +0200)
Fixes:
http://autobuild.buildroot.org/results/b62/b62289809221b6455fe3db501e869271a64ea454
Signed-off-by: Gilles Talis <gilles.talis@gmail.com>
Acked-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
package/dvb-apps/Config.in

index 7f763307e48d5ff8c0a8889e9278a09be4d94d38..a77064e14f33bbb1b8ab6eeb71659810a6d295fc 100644 (file)
@@ -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,