luabitop: disabled for Lua 5.3
authorFrancois Perrad <fperrad@gmail.com>
Fri, 15 Jan 2016 08:28:52 +0000 (09:28 +0100)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Sat, 16 Jan 2016 13:07:44 +0000 (14:07 +0100)
see failure in http://autobuild.buildroot.net/results/6306c929e9ee05cbb33e4eb6b590166c6554ec21/

Signed-off-by: Francois Perrad <francois.perrad@gadz.org>
Reviewed-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/luabitop/Config.in

index c5b3f602bdd2cb0e37c80418e45819fb4ed60819..26442fc9106be12defa6644c46dc67e9f9ce14f5 100644 (file)
@@ -1,11 +1,11 @@
 config BR2_PACKAGE_LUABITOP
        bool "luabitop"
-       depends on !BR2_PACKAGE_LUA_32BITS
+       depends on !BR2_PACKAGE_LUA_5_3
        help
          Lua BitOp is a C extension module for Lua 5.1/5.2 which adds bitwise
          operations on numbers.
 
          http://bitop.luajit.org
 
-comment "luabitop needs a full Lua interpreter"
-       depends on BR2_PACKAGE_LUA_32BITS
+comment "luabitop needs a Lua 5.1/5.2 interpreter"
+       depends on BR2_PACKAGE_LUA_5_3