summaryrefslogtreecommitdiffstats
path: root/package/ljsyscall
Commit message (Collapse)AuthorAgeFilesLines
* package/lua*: regeneration of Config.inFrancois Perrad2018-12-311-1/+1
| | | | | | | | | This commit aligns the Config.in files of Lua packages so that they match with the output of the recently added Buildroot addon for Luarocks. Signed-off-by: Francois Perrad <francois.perrad@gadz.org> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
* package/ljsyscall: bump version to 0.12Bernd Kuhls2017-07-312-2/+2
| | | | | Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* package/l*: fix wrapping of Config.in help textAdam Duskett2017-07-311-1/+2
| | | | | | | | | | | | | | The check-package script when ran gives warnings on text wrapping on all of these Config files. This patch cleans up all warnings related to the text wrapping for the Config files starting with the letter l in the package directory. The appropriate indentation is: <tab><2 spaces><62 chars> See http://nightly.buildroot.org/#writing-rules-config-in for more information. Signed-off-by: Adam Duskett <aduskett@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* package: remove empty line at end of fileRicardo Martincoski2017-04-061-1/+0
| | | | | | | | | | | Occurrences were searched using [1]: check-package --include-only EmptyLastLine $(find * -type f) and manually removed. [1] http://patchwork.ozlabs.org/patch/729666/ Signed-off-by: Ricardo Martincoski <ricardo.martincoski@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* package/ljsyscall: add .hash fileRomain Naour2016-06-181-0/+2
| | | | | | | | | Similar to jquery-keyboard, it seems the ljsyscall tarball on the autobuilder is corrupt. Fix it by adding a .hash file so it falls back to our s.b.o mirror. Signed-off-by: Romain Naour <romain.naour@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* ljsyscall: remove dependency on some architectureFrancois Perrad2015-03-232-4/+7
| | | | | | | | ljsyscall is available for all arch supported by LuaJIT. refactor LJSYSCALL_ARCH : dispatch all arch. Signed-off-by: Francois Perrad <francois.perrad@gadz.org> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* ljsyscall: bump to version 0.10Francois Perrad2014-04-301-1/+1
| | | | | Signed-off-by: Francois Perrad <francois.perrad@gadz.org> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* ljsyscall: move installation path to /usr/share/lua/5xDanomi Manchego2014-03-061-1/+1
| | | | | | | | | | Move ljsyscall install destination to /usr/share/lua/$(abiver}, to match what the luarocks install would naturally do. This also reflects the value of INSTALL_LMOD in the luajit.pc file. Signed-off-by: Danomi Manchego <danomimanchego123@gmail.com> Tested-by: Francois Perrad <francois.perrad@gadz.org> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* ljsyscall: new packageDanomi Manchego2014-01-202-0/+51
An FFI implementation of the Linux and NetBSD kernel ABIs for LuaJIT. Signed-off-by: Danomi Manchego <danomimanchego123@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
OpenPOWER on IntegriCloud