Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 0/3] choice between Lua 5.1.x & 5.2.x
@ 2014-01-14 13:14 Francois Perrad
  2014-01-14 13:14 ` [Buildroot] [PATCH 1/3] lua: choice between " Francois Perrad
                   ` (2 more replies)
  0 siblings, 3 replies; 9+ messages in thread
From: Francois Perrad @ 2014-01-14 13:14 UTC (permalink / raw)
  To: buildroot

Lua 5.1 and 5.2 could be handled in the same package.
Currently, some modules are written only for Lua 5.1 and are not yet compatible with Lua 5.2
(Note: LuaJIT is binary compatible with Lua 5.1)

See discussion in http://lists.busybox.net/pipermail/buildroot/2013-October/079211.html

Francois Perrad (3):
  lua: choice between 5.1.x & 5.2.x
  lua: add official patches
  lua-modules: choice between Lua 5.1.x & Lua 5.2.x

 package/lbase64/Config.in                          |    4 ++
 package/lua-ev/lua-ev.mk                           |    2 +-
 package/lua-msgpack-native/Config.in               |    4 ++
 package/lua-msgpack-native/lua-msgpack-native.mk   |    3 +-
 package/lua/{ => 5.1.5}/lua-01-root-path.patch     |    0
 .../{ => 5.1.5}/lua-02-shared-libs-for-lua.patch   |    0
 package/lua/{ => 5.1.5}/lua-11-linenoise.patch     |    0
 package/lua/5.1.5/lua-bug2.patch                   |   46 ++++++++++++++++++
 package/lua/5.2.3/lua-01-root-path.patch           |   17 +++++++
 package/lua/5.2.3/lua-02-shared-libs-for-lua.patch |   49 ++++++++++++++++++++
 package/lua/5.2.3/lua-04-lua-pc.patch              |   40 ++++++++++++++++
 package/lua/5.2.3/lua-11-linenoise.patch           |   26 +++++++++++
 package/lua/Config.in                              |   14 ++++++
 package/lua/lua.mk                                 |   18 ++++++-
 package/luaexpat/Config.in                         |    4 ++
 package/luaexpatutils/Config.in                    |    4 ++
 package/luaexpatutils/luaexpatutils.mk             |    2 +-
 package/luainterpreter/Config.in                   |   10 ++++
 package/luaposix/Config.in                         |    2 +-
 package/luaposix/luaposix.mk                       |    2 +-
 package/luarocks/luarocks.mk                       |    4 +-
 package/luasec/Config.in                           |    4 ++
 22 files changed, 246 insertions(+), 9 deletions(-)
 rename package/lua/{ => 5.1.5}/lua-01-root-path.patch (100%)
 rename package/lua/{ => 5.1.5}/lua-02-shared-libs-for-lua.patch (100%)
 rename package/lua/{ => 5.1.5}/lua-11-linenoise.patch (100%)
 create mode 100644 package/lua/5.1.5/lua-bug2.patch
 create mode 100644 package/lua/5.2.3/lua-01-root-path.patch
 create mode 100644 package/lua/5.2.3/lua-02-shared-libs-for-lua.patch
 create mode 100644 package/lua/5.2.3/lua-04-lua-pc.patch
 create mode 100644 package/lua/5.2.3/lua-11-linenoise.patch

-- 
1.7.9.5

^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2014-01-15 19:42 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-01-14 13:14 [Buildroot] [PATCH 0/3] choice between Lua 5.1.x & 5.2.x Francois Perrad
2014-01-14 13:14 ` [Buildroot] [PATCH 1/3] lua: choice between " Francois Perrad
2014-01-14 17:46   ` Arnout Vandecappelle
2014-01-15 19:40     ` François Perrad
2014-01-14 13:14 ` [Buildroot] [PATCH 2/3] lua: add official patches Francois Perrad
2014-01-14 17:27   ` Arnout Vandecappelle
2014-01-14 13:14 ` [Buildroot] [PATCH 3/3] lua-modules: choice between Lua 5.1.x & Lua 5.2.x Francois Perrad
2014-01-14 17:36   ` Arnout Vandecappelle
2014-01-15 19:42     ` François Perrad

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox