[Buildroot] [PATCH] lua: ensure that host-lua does not depend on host-readline and host-ncurses

Thomas Petazzoni thomas.petazzoni at free-electrons.com
Fri Jul 20 18:06:17 UTC 2012


Le Fri, 20 Jul 2012 14:42:36 +0200,
Thomas Petazzoni <thomas.petazzoni at free-electrons.com> a écrit :

> Commit ad6af5819f88bac9ca7f50e565c4fc68d3e408cc 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 at free-electrons.com>
> Cc: Francois Perrad <fperrad at gmail.com>

Applied, as well as two other fixes to make lua build with gcc 4.6, and
to make host-lua install properly when it is the first host package to
be built.

Thomas
-- 
Thomas Petazzoni, Free Electrons
Kernel, drivers, real-time and embedded Linux
development, consulting, training and support.
http://free-electrons.com


More information about the buildroot mailing list