lua-ev: disable on avr32 and blackfin
authorSimon Dawson <spdawson@gmail.com>
Fri, 29 Nov 2013 08:18:34 +0000 (08:18 +0000)
committerPeter Korsgaard <peter@korsgaard.com>
Fri, 29 Nov 2013 09:01:44 +0000 (10:01 +0100)
lua-ev is a reverse dependency of libev, but the architecture filtering is
not propagated. Fixes autobuild failure such as the following.

  http://autobuild.buildroot.net/results/387/38704a4362ab6c3458c45603975b274937059fa9/

Signed-off-by: Simon Dawson <spdawson@gmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
package/lua-ev/Config.in

index 1e89c270a033a2065f84ebc20535ce54d11fa13a..4f704ad54e77cadc88bfca02b7f1e9dd80729c1f 100644 (file)
@@ -1,6 +1,7 @@
 config BR2_PACKAGE_LUA_EV
        bool "lua-ev"
        select BR2_PACKAGE_LIBEV
+       depends on !(BR2_avr32 || BR2_bfin) # libev
        help
          Get access to the libev library from Lua.