Bug 2419 - Add a bundle of Lua modules
Summary: Add a bundle of Lua modules
Status: RESOLVED FIXED
Alias: None
Product: buildroot
Classification: Unclassified
Component: Other (show other bugs)
Version: 2012.02
Hardware: PC Linux
: P5 enhancement
Target Milestone: ---
Assignee: Gustavo Zacarias
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-08-22 18:39 UTC by François Perrad
Modified: 2014-02-10 18:00 UTC (History)
1 user (show)

See Also:
Host:
Target:
Build:


Attachments
tarball (15.95 KB, application/x-gzip)
2010-08-22 18:39 UTC, François Perrad
Details
I've updated the patches vs BR-2010.11 (15.57 KB, application/x-gzip)
2010-12-06 14:21 UTC, François Perrad
Details
I've updated the patches vs BR 2011.02 and bump some versions (15.97 KB, application/x-gzip)
2011-03-02 23:02 UTC, François Perrad
Details
first patch against Buildroot 2011.05-git-00177-g0544a3a (29.47 KB, patch)
2011-04-29 23:31 UTC, François Perrad
Details
first patch against Buildroot 2011.05-00001-gda62fc6 (29.47 KB, patch)
2011-05-29 08:24 UTC, François Perrad
Details

Note You need to log in before you can comment on or make changes to this bug.
Description François Perrad 2010-08-22 18:39:35 UTC
Created attachment 2365 [details]
tarball

The first patch create the directory package/modules-lua,
and moves all actual Lua modules into.

Each of others patches adds a Lua module/library.

All these modules are available via LuaRocks, the Lua package installer for
no cross-compiling system.
(see http://luarocks.org/repositories/rocks/)
Comment 1 François Perrad 2010-12-06 14:21:28 UTC
Created attachment 2773 [details]
I've updated the patches vs BR-2010.11

ping
Comment 2 François Perrad 2011-03-02 23:02:05 UTC
Created attachment 3061 [details]
I've updated the patches vs BR 2011.02 and bump some versions
Comment 3 Gustavo Zacarias 2011-04-28 14:29:39 UTC
Can you please rebase on the latest git so i can give it a spin and we can get it rolling in for the release? Thanks.
Comment 4 François Perrad 2011-04-28 21:41:50 UTC
after few experiments, a rebase seems useless.

patches vs BR 2011.02 are fine.
Comment 5 Gustavo Zacarias 2011-04-29 12:12:59 UTC
Yes, the patches work against 2011.02 but not against LATEST 2011.05-git, specifically 0001-modules-lua-move-Lua-libraries-modules.patch
Also please add a signoff message to them (git format-patch -s ...) so we can include them directly.
Thanks.
Comment 6 François Perrad 2011-04-29 23:31:09 UTC
Created attachment 3265 [details]
first patch against Buildroot 2011.05-git-00177-g0544a3a
Comment 7 François Perrad 2011-05-29 08:24:43 UTC
Created attachment 3337 [details]
first patch against Buildroot 2011.05-00001-gda62fc6

updated patch after 2011.05 release
Comment 8 Thomas Petazzoni 2013-05-26 08:08:07 UTC
Gustavo, François, what do we do with this one? Is there still a wish to move lua modules to a subdirectory?
Comment 9 François Perrad 2013-05-27 08:38:45 UTC
Yes, still a wish. See discussion, http://thread.gmane.org/gmane.comp.lib.uclibc.buildroot/43365/focus=43415

I still have a Perl script which does the move.

Note, this thread ended by the need of a virtual package for lua/luajit,
which is always in the backlog, see 
http://patchwork.ozlabs.org/patch/225752/
http://patchwork.ozlabs.org/patch/225754/
http://patchwork.ozlabs.org/patch/225753/
Comment 10 Thomas De Schampheleire 2014-02-08 20:49:33 UTC
Can this bug be closed now that the luarocks infrastructure has been merged?
Comment 11 Thomas De Schampheleire 2014-02-10 18:00:36 UTC
The Luarocks infrastructure has been introduced in buildroot 2014.02, so this bug is resolved now.