pigpio: new package
authorGrzegorz Blach <grzegorz@blach.pl>
Fri, 28 Sep 2018 18:00:33 +0000 (20:00 +0200)
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>
Tue, 9 Oct 2018 13:26:31 +0000 (15:26 +0200)
commita3fb16a0ffead163aa2cfec7e561431a346f30c8
tree7361d967cddee0ba426f0809a9b905186da79ece
parentf0b5c2b8e3e7c5bc4f27d6d6ca43def085a55b00
pigpio: new package

Pigpio is a library for the Raspberry Pi which allows
control of the General Purpose Input Outputs (GPIO).

http://abyz.me.uk/rpi/pigpio/

Signed-off-by: Grzegorz Blach <grzegorz@blach.pl>
[Thomas:
 - Use proper SPDX tag for The Unlicense
 - Add missing dependency on !BR2_STATIC_LIBS, since the Makefile is
   unconditionally building a shared library
 - Use BR2_arm instead of BR2_ARM_EABIHF, there's nothing that makes
   it EABIHF specific.
 - Use -D and full destination paths during the installation.]
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
DEVELOPERS
package/Config.in
package/pigpio/Config.in [new file with mode: 0644]
package/pigpio/pigpio.hash [new file with mode: 0644]
package/pigpio/pigpio.mk [new file with mode: 0644]