config BR2_PACKAGE_LUA_CQUEUES
bool "lua-cqueues"
depends on BR2_TOOLCHAIN_HAS_THREADS
- depends on !BR2_PACKAGE_LUA_5_4
select BR2_PACKAGE_OPENSSL
help
Continuation Queues: Embeddable asynchronous networking,
http://25thandclement.com/~william/projects/cqueues.html
-comment "lua-cqueues needs a toolchain w/ threads, Lua <= 5.3"
- depends on !BR2_TOOLCHAIN_HAS_THREADS || BR2_PACKAGE_LUA_5_4
+comment "lua-cqueues needs a toolchain w/ threads"
+ depends on !BR2_TOOLCHAIN_HAS_THREADS
# Locally calculated
-sha256 45b4a0105c096eee5840b69e8e0078eb7b5d61a23aeca30db710f1caac3ec399 lua-cqueues-20200603.tar.gz
+sha256 9e112edd246da5cfca264314b70325a0b63665cb87a00e45ee3ae4f194000d52 lua-cqueues-20200726.tar.gz
sha256 5f4b1f94047790eadf8fd0f9a8e3bd2895bea4c9a2c0f8bf7cd8c8e57caa5219 LICENSE
#
################################################################################
-LUA_CQUEUES_VERSION = 20200603
+LUA_CQUEUES_VERSION = 20200726
LUA_CQUEUES_SITE = $(call github,wahern,cqueues,rel-$(LUA_CQUEUES_VERSION))
LUA_CQUEUES_LICENSE = MIT
LUA_CQUEUES_LICENSE_FILES = LICENSE
config BR2_PACKAGE_LUA_HTTP
bool "lua-http"
depends on BR2_TOOLCHAIN_HAS_THREADS # luaossl & lua-cqueues
- depends on !BR2_PACKAGE_LUA_5_4 # lua-cqueues
select BR2_PACKAGE_LPEG # runtime
select BR2_PACKAGE_LUA_BASEXX # runtime
select BR2_PACKAGE_LUA_BINARYHEAP # runtime
https://daurnimator.github.io/lua-http/
-comment "lua-http needs a toolchain w/ threads, Lua <= 5.3"
- depends on !BR2_TOOLCHAIN_HAS_THREADS || BR2_PACKAGE_LUA_5_4
+comment "lua-http needs a toolchain w/ threads"
+ depends on !BR2_TOOLCHAIN_HAS_THREADS