libev: disable on avr32

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>
2013.08.x
Thomas Petazzoni 2012-12-09 08:14:03 +00:00 committed by Peter Korsgaard
parent 53f722dff7
commit d246aad345
1 changed files with 2 additions and 0 deletions

View 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