package/prosody: don't depend on !lua 5.3
authorJames Hilliard <james.hilliard1@gmail.com>
Mon, 25 May 2020 00:48:44 +0000 (18:48 -0600)
committerYann E. MORIN <yann.morin.1998@free.fr>
Mon, 27 Jul 2020 20:29:54 +0000 (22:29 +0200)
The current version of prosody is compatible with Lua 5.3.

Signed-off-by: James Hilliard <james.hilliard1@gmail.com>
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
package/prosody/Config.in

index c32ca20e234358eb8e3b19ef64ff0e191af270a0..4b7ea9425683f941bfdca11047154a98a6a295df 100644 (file)
@@ -2,7 +2,6 @@ config BR2_PACKAGE_PROSODY
        bool "prosody"
        depends on BR2_USE_MMU # fork
        depends on BR2_PACKAGE_HAS_LUAINTERPRETER
-       depends on !BR2_PACKAGE_LUA_5_3
        depends on !BR2_STATIC_LIBS # luaexpat, luasec, luasocket, luafilesystem
        select BR2_PACKAGE_LUABITOP if !BR2_PACKAGE_LUAJIT # runtime
        select BR2_PACKAGE_LUAEXPAT # runtime
@@ -21,6 +20,3 @@ config BR2_PACKAGE_PROSODY
 comment "prosody needs the lua interpreter, dynamic library"
        depends on !BR2_PACKAGE_HAS_LUAINTERPRETER || BR2_STATIC_LIBS
        depends on BR2_USE_MMU
-
-comment "prosody needs a Lua 5.1/5.2 interpreter"
-       depends on BR2_PACKAGE_LUA_5_3