libev: disable on avr32
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Sun, 9 Dec 2012 08:14:03 +0000 (08:14 +0000)
committerPeter Korsgaard <jacmet@sunsite.dk>
Sun, 9 Dec 2012 20:57:56 +0000 (21:57 +0100)
Fixes:

  http://autobuild.buildroot.org/results/4951121337fad670d8bf869483774ccf9e91dd47/build-end.log

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
package/libev/Config.in

index 71abe7737d1fd1b5a828b72222864c3c790755c9..fd74f5582405542f4083db1f443d0e8f03812dfd 100644 (file)
@@ -1,5 +1,7 @@
 config BR2_PACKAGE_LIBEV
        bool "libev"
+       # needs memory fences
+       depends on !BR2_avr32
        help
          Userspace library for handling asynchronous notifications