summaryrefslogtreecommitdiffstats
path: root/rules/lua.make
Commit message (Collapse)AuthorAgeFilesLines
* CREDITS: remove unmaintained fileRoland Hieber2019-07-031-2/+0
| | | | | | | | | | | | | | | This file has been touched 2 times in the last 7 years, and is no longer up to date. Remove it to carry less unmaintained stuff around. Also remove all references to it from file headers using for file in `g grep -l 'See CREDITS for details about who has'`; do sed -i '/See CREDITS for details about who has/,+1d' $file done as well as the different wording from rules/other/Toplevel.make. Signed-off-by: Roland Hieber <rhi@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* lua: version bump 5.1.4 -> 5.3.4Denis OSTERLAND2017-10-011-10/+10
| | | | | | | | Instead of write own build rules with autoconf tools, only adapt projects make files to work in ptxdist environment. Signed-off-by: Denis Osterland <Denis.Osterland@diehl.com> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* lua: Add MIT license information.Denis OSTERLAND2017-10-011-0/+1
| | | | | Signed-off-by: Denis Osterland <Denis.Osterland@diehl.com> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* lua: building without static libs is brokenMichael Olbrich2014-09-241-0/+1
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* rules/lua: use endisRobert Schwebel2012-06-151-7/+3
| | | | Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de>
* lua: Correct implementation for version 5.1.4Benoît Burnichon2011-12-091-1/+1
| | | | | Signed-off-by: Benoît Burnichon <benoit.burnichon@airtag.com> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* [rules] add md5sum for all packagesMichael Olbrich2011-05-041-0/+1
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* [lua] version bump 5.1.3 -> 5.1.4Robert Schwebel2010-10-111-1/+1
| | | | | | | While being there, fixed a dependency. Lua needs libm and libdl. Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* [lua] remove obsolete _PATH and _ENVMarc Kleine-Budde2010-08-211-3/+0
| | | | Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
* [lua] Removed phased out get phaseRyan M. Raasch2010-08-211-11/+1
| | | | | | | Replaces install/copy with install_lib macro. Signed-off-by: Ryan M. Raasch <ryan.raasch@gmail.com> Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
* [rules] remove obsolete fixup linesMichael Olbrich2010-07-191-3/+0
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* [rules] remove obsolete clean target & minor cleanupsMichael Olbrich2010-01-181-9/+0
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* [lua] cleanup targetinstallMichael Olbrich2010-01-061-2/+2
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* [lua] just cleanupsMarc Kleine-Budde2009-10-291-44/+6
| | | | Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
* * lua: Add lua support to ptxdist 1.99Robert Schwebel2008-07-301-0/+131
From: Erwin Rol <erwin@erwinrol.com> This patch add lua support to ptxdist 1.99. It has a menu entry under scripting languages. And a patch that makes it possible to use autoconf to build. Signed-off-by: Erwin Rol <erwin@erwinrol.com> git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@8698 33e552b5-05e3-0310-8538-816dae2090ed