package/prosody: disable temporarily with Lua 5.4
authorFrancois Perrad <fperrad@gmail.com>
Tue, 28 Jul 2020 13:21:47 +0000 (15:21 +0200)
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>
Sat, 8 Aug 2020 16:29:43 +0000 (18:29 +0200)
Signed-off-by: Francois Perrad <francois.perrad@gadz.org>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
package/prosody/Config.in

index 4b7ea9425683f941bfdca11047154a98a6a295df..d57da00a94546616db18dc7a77de767f2e89dc73 100644 (file)
@@ -2,6 +2,7 @@ config BR2_PACKAGE_PROSODY
        bool "prosody"
        depends on BR2_USE_MMU # fork
        depends on BR2_PACKAGE_HAS_LUAINTERPRETER
+       depends on !BR2_PACKAGE_LUA_5_4
        depends on !BR2_STATIC_LIBS # luaexpat, luasec, luasocket, luafilesystem
        select BR2_PACKAGE_LUABITOP if !BR2_PACKAGE_LUAJIT # runtime
        select BR2_PACKAGE_LUAEXPAT # runtime
@@ -20,3 +21,6 @@ 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.3"
+       depends on BR2_PACKAGE_LUA_5_4