kumquat-buildroot/package/lua
Thomas Petazzoni 2ebbec0545 lua: ensure that host-lua does not depend on host-readline and host-ncurses
Commit ad6af5819f removed the
HOST_LUA_DEPENDENCIES assignement to the empty variable, so from that
commit, the dependencies of host-lua are automatically computed from
the dependencies of lua. Since lua can depend on readline and ncurses,
it means that host-lua can depend on host-readline and host-ncurses,
and the host-readline package does not exist in Buildroot. Since there
is no reason to build host-lua with readline/ncurses support, just
re-add the HOST_LUA_DEPENDENCIES variable.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Cc: Francois Perrad <fperrad@gmail.com>
2012-07-20 14:40:18 +02:00
..
Config.in lua: embed sub-options into a if...endif instead of depends on 2012-07-17 21:28:32 +02:00
lua-01-root-path.patch lua: refactor root path tuning 2012-07-17 21:19:36 +02:00
lua-02-shared-libs-for-lua.patch lua: split and rename patches 2012-07-17 21:19:02 +02:00
lua-03-shared-libs-for-luac.patch lua: split and rename patches 2012-07-17 21:19:02 +02:00
lua.mk lua: ensure that host-lua does not depend on host-readline and host-ncurses 2012-07-20 14:40:18 +02:00