[Buildroot] [PATCH 2/2] luajit: fix dependencies of Lua modules

François Perrad francois.perrad at gadz.org
Fri Jun 1 18:50:35 UTC 2012


2012/6/1 Thomas Petazzoni <thomas.petazzoni at free-electrons.com>:
> Le Fri, 1 Jun 2012 11:58:27 +0200,
> François Perrad <francois.perrad at gadz.org> a écrit :
>
>> Signed-off-by: Francois Perrad <francois.perrad at gadz.org>
>
> I am not a Lua guy, so maybe I'm missing something obvious, but you
> could expand the justification for this patch, and include this
> justification in the commit log?
>

luajit is another Lua 5.1 interpreter, API- and ABI-compatible to the
standard one (lua package).
A Lua module (luasocket for example) depends on lua OR luajit (only
one is deployed on the target).
The dependency against BR2_PACKAGE_LUA_SHARED_LIBRARY must be removed,
because it's an internal of lua package.


François

> Thanks!
>
> Thomas
> --
> Thomas Petazzoni, Free Electrons
> Kernel, drivers, real-time and embedded Linux
> development, consulting, training and support.
> http://free-electrons.com
> _______________________________________________
> buildroot mailing list
> buildroot at busybox.net
> http://lists.busybox.net/mailman/listinfo/buildroot


More information about the buildroot mailing list