Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | package/lua-periphery: bump to version 1.0.6 | Jörg Krause | 2015-09-19 | 1 | -21/+0 |
| | | | | | | | | | | | | | Also remove patch 0001-fix-build-flags.patch. The uCLibc issue is fixed upstream. Add patch taken and slighly adopted from the c-periphery package to fix build issue with musl. Build was tested with an uCLibc toolchain and a musl toolchain. Signed-off-by: Jörg Krause <joerg.krause@embedded.rocks> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | ||||
* | lua-periphery: bump version to 1.0.5, remove dependency on c-periphery | Vanya Sergeev | 2015-07-08 | 1 | -0/+21 |
The new version of the lua-periphery LuaRocks package handles fetching the c-periphery dependency, so that it no longer needs to be cloned during the lua-periphery build process. Consequently, this removes the need for selecting c-periphery as a package dependency in buildroot and the need for the patches that modify lua-periphery to be built against an external c-periphery. [Thomas: - remove dependency from .mk file, as noticed by Baruch - add patch to fix uClibc build] Signed-off-by: Vanya Sergeev <vsergeev@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> |