summaryrefslogtreecommitdiffstats
path: root/package/c-periphery
Commit message (Collapse)AuthorAgeFilesLines
* c-periphery: fix SPARC build issueThomas Petazzoni2015-08-081-0/+70
| | | | | | | | | | | Some of the serial port highest speed are not defined on SPARC, so c-periphery should not use them, so we add a patch to fix that. Fixes: http://autobuild.buildroot.net/results/a5d34ef58d45be6fe0b6c8a71ed665d5dc29dfd9/ Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* c-periphery: add patch to fix musl compatibilityThomas Petazzoni2015-08-081-0/+32
| | | | | | | | Fixes: http://autobuild.buildroot.net/results/ebfc9a44a305ab45305f8b393761304576ae9077/ Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* c-periphery: bump version to 1.0.3Vanya Sergeev2015-07-081-1/+1
| | | | | Signed-off-by: Vanya Sergeev <vsergeev@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* c-periphery: new packageThomas Petazzoni2015-05-162-0/+43
This package is needed as a dependency of lua-periphery. Currently, c-periphery is automatically cloned by lua-periphery, which causes two problems: 1/ It does not integrate properly with the download infrastructure of Buildroot, making offline builds impossible since not the entire source code is downloaded by Buildroot. 2/ It does not use the latest version of c-periphery, which has some fixes contributed by Vicente to fix c-periphery on MIPS. Introducing this package is needed as part of the fix for the following build failure: http://autobuild.buildroot.org/results/0ad/0ad656970b3cbc84b5531b28155ba2f747715fe3/ Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
OpenPOWER on IntegriCloud