lua: remove built dependencies
runtime dependencies are handled in Config.in Signed-off-by: Francois Perrad <francois.perrad@gadz.org> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
parent
f62a006639
commit
96a1cf3838
@ -1,5 +1,6 @@
|
||||
config BR2_PACKAGE_CGILUA
|
||||
bool "cgilua"
|
||||
# Runtime dependency only
|
||||
select BR2_PACKAGE_LUAFILESYSTEM
|
||||
help
|
||||
CGILua is a tool for creating dynamic HTML pages
|
||||
|
@ -6,7 +6,6 @@
|
||||
|
||||
CGILUA_VERSION = 5.1.4
|
||||
CGILUA_SITE = http://github.com/downloads/keplerproject/cgilua
|
||||
CGILUA_DEPENDENCIES = luafilesystem
|
||||
CGILUA_LICENSE = MIT
|
||||
|
||||
define CGILUA_INSTALL_TARGET_CMDS
|
||||
|
@ -1,5 +1,6 @@
|
||||
config BR2_PACKAGE_COPAS
|
||||
bool "copas"
|
||||
# Runtime dependency only
|
||||
select BR2_PACKAGE_COXPCALL
|
||||
select BR2_PACKAGE_LUASOCKET
|
||||
help
|
||||
|
@ -6,7 +6,6 @@
|
||||
|
||||
COPAS_VERSION = 1.1.6
|
||||
COPAS_SITE = http://github.com/downloads/keplerproject/copas
|
||||
COPAS_DEPENDENCIES = lua coxpcall luasocket
|
||||
COPAS_LICENSE = MIT
|
||||
|
||||
define COPAS_INSTALL_TARGET_CMDS
|
||||
|
@ -6,7 +6,6 @@
|
||||
|
||||
COXPCALL_VERSION = 1.13.0
|
||||
COXPCALL_SITE = http://luaforge.net/frs/download.php/3406
|
||||
COXPCALL_DEPENDENCIES = lua
|
||||
COXPCALL_LICENSE = MIT
|
||||
|
||||
define COXPCALL_INSTALL_TARGET_CMDS
|
||||
|
@ -1,5 +1,6 @@
|
||||
config BR2_PACKAGE_WSAPI
|
||||
bool "wsapi"
|
||||
# Runtime dependency only
|
||||
select BR2_PACKAGE_COXPCALL
|
||||
select BR2_PACKAGE_LUAFILESYSTEM
|
||||
select BR2_PACKAGE_RINGS
|
||||
|
@ -6,7 +6,6 @@
|
||||
|
||||
WSAPI_VERSION = 1.5
|
||||
WSAPI_SITE = http://github.com/downloads/keplerproject/wsapi
|
||||
WSAPI_DEPENDENCIES = coxpcall luafilesystem rings
|
||||
WSAPI_LICENSE = MIT
|
||||
|
||||
define WSAPI_INSTALL_TARGET_CMDS
|
||||
|
@ -1,5 +1,6 @@
|
||||
config BR2_PACKAGE_XAVANTE
|
||||
bool "xavante"
|
||||
# Runtime dependency only
|
||||
select BR2_PACKAGE_CGILUA
|
||||
select BR2_PACKAGE_COPAS
|
||||
select BR2_PACKAGE_COXPCALL
|
||||
|
@ -6,7 +6,6 @@
|
||||
|
||||
XAVANTE_VERSION = 2.2.1
|
||||
XAVANTE_SITE = http://github.com/downloads/keplerproject/xavante
|
||||
XAVANTE_DEPENDENCIES = cgilua copas coxpcall lua luafilesystem luasocket wsapi
|
||||
XAVANTE_LICENSE = MIT
|
||||
|
||||
define XAVANTE_INSTALL_TARGET_CMDS
|
||||
|
Loading…
Reference in New Issue
Block a user