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

index 1fe8689ccdda0bc6aff062c12747219426d689b9..5f2f3a22bebd1dd3e1e6b54b18ee01fccbf4fbfb 100644 (file)
@@ -3,12 +3,13 @@ config BR2_PACKAGE_EASYDBUS
        depends on BR2_USE_WCHAR # libglib2
        depends on BR2_TOOLCHAIN_HAS_THREADS # libglib2
        depends on BR2_USE_MMU # libglib2
+       depends on !BR2_PACKAGE_LUA_5_4
        select BR2_PACKAGE_LIBGLIB2
        help
          Easy to use DBus library for Lua.
 
          https://github.com/mniestroj/easydbus
 
-comment "easydbus needs a toolchain w/ wchar, threads"
+comment "easydbus needs a toolchain w/ wchar, threads, Lua <= 5.3"
        depends on BR2_USE_MMU
-       depends on !BR2_USE_WCHAR || !BR2_TOOLCHAIN_HAS_THREADS
+       depends on !BR2_USE_WCHAR || !BR2_TOOLCHAIN_HAS_THREADS || BR2_PACKAGE_LUA_5_4