Commit 96a1cf38 authored by Francois Perrad's avatar Francois Perrad Committed by Thomas Petazzoni
Browse files

lua: remove built dependencies



runtime dependencies are handled in Config.in

Signed-off-by: default avatarFrancois Perrad <francois.perrad@gadz.org>
Signed-off-by: default avatarThomas Petazzoni <thomas.petazzoni@free-electrons.com>
parent f62a0066
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
config BR2_PACKAGE_CGILUA
	bool "cgilua"
	# Runtime dependency only
	select BR2_PACKAGE_LUAFILESYSTEM
	help
	  CGILua is a tool for creating dynamic HTML pages
+0 −1
Original line number Diff line number Diff line
@@ -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 −0
Original line number Diff line number Diff line
config BR2_PACKAGE_COPAS
	bool "copas"
	# Runtime dependency only
	select BR2_PACKAGE_COXPCALL
	select BR2_PACKAGE_LUASOCKET
	help
+0 −1
Original line number Diff line number Diff line
@@ -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
+0 −1
Original line number Diff line number Diff line
@@ -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
Loading