]> rtime.felk.cvut.cz Git - coffee/buildroot.git/commit
c-periphery: new package
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Sat, 16 May 2015 13:49:20 +0000 (15:49 +0200)
committerPeter Korsgaard <peter@korsgaard.com>
Sat, 16 May 2015 21:19:53 +0000 (23:19 +0200)
commit416e35b44a107316532bdde416128dcffaed49ff
tree45e48e61fde37d127c147122bc59c9c2d08f74ba
parent5504039c4e42ef9fc2b0b5c199f859da6930c9cc
c-periphery: new package

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>
package/Config.in
package/c-periphery/Config.in [new file with mode: 0644]
package/c-periphery/c-periphery.mk [new file with mode: 0644]