libeio: needs threads
authorBaruch Siach <baruch@tkos.co.il>
Sun, 11 May 2014 08:34:52 +0000 (11:34 +0300)
committerPeter Korsgaard <peter@korsgaard.com>
Sun, 11 May 2014 18:50:30 +0000 (20:50 +0200)
Fixes:
http://autobuild.buildroot.net/results/278/27854bf8425d64dbb475653161bbf1f386173366/

libeio only reverse dependency (enlightenment) depends on
BR2_TOOLCHAIN_HAS_THREADS already.

Signed-off-by: Baruch Siach <baruch@tkos.co.il>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
package/efl/libeio/Config.in

index 0b2751ce6d22b52a70e47a129cee147166768668..5b1e395788edd728341dd23c4f5a53df0c34471d 100644 (file)
@@ -3,6 +3,7 @@ config BR2_PACKAGE_LIBEIO
        select BR2_PACKAGE_LIBEET
        select BR2_PACKAGE_LIBEINA
        select BR2_PACKAGE_LIBECORE
+       depends on BR2_TOOLCHAIN_HAS_THREADS
        help
          Eio integrates with EFL (Ecore, Eina) to provide efficient
          filesystem Input/Output (I/O). It use the best techniques to
@@ -16,3 +17,6 @@ config BR2_PACKAGE_LIBEIO
          naive implementations, and it is easy to use.
 
          http://trac.enlightenment.org/e/wiki/Eio
+
+comment "libeio needs a toolchain w/ threads"
+       depends on !BR2_TOOLCHAIN_HAS_THREADS