From: Thomas Petazzoni Date: Sun, 9 Dec 2012 08:14:03 +0000 (+0000) Subject: libev: disable on avr32 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=d246aad345cc84caa68e054bf3e353a13b4ab1ff;p=buildroot.git libev: disable on avr32 Fixes: http://autobuild.buildroot.org/results/4951121337fad670d8bf869483774ccf9e91dd47/build-end.log Signed-off-by: Thomas Petazzoni Signed-off-by: Peter Korsgaard --- diff --git a/package/libev/Config.in b/package/libev/Config.in index 71abe7737d..fd74f55824 100644 --- a/package/libev/Config.in +++ b/package/libev/Config.in @@ -1,5 +1,7 @@ config BR2_PACKAGE_LIBEV bool "libev" + # needs memory fences + depends on !BR2_avr32 help Userspace library for handling asynchronous notifications