summaryrefslogtreecommitdiffstats
path: root/package/Config.in
diff options
context:
space:
mode:
authorGrzegorz Blach <grzegorz@blach.pl>2018-09-28 20:00:33 +0200
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>2018-10-09 15:26:31 +0200
commita3fb16a0ffead163aa2cfec7e561431a346f30c8 (patch)
tree7361d967cddee0ba426f0809a9b905186da79ece /package/Config.in
parentf0b5c2b8e3e7c5bc4f27d6d6ca43def085a55b00 (diff)
downloadbuildroot-a3fb16a0ffead163aa2cfec7e561431a346f30c8.tar.gz
buildroot-a3fb16a0ffead163aa2cfec7e561431a346f30c8.zip
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>
Diffstat (limited to 'package/Config.in')
-rw-r--r--package/Config.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/package/Config.in b/package/Config.in
index 1f1158a79c..09e281eb39 100644
--- a/package/Config.in
+++ b/package/Config.in
@@ -487,6 +487,7 @@ endmenu
source "package/pdbg/Config.in"
source "package/picocom/Config.in"
source "package/pifmrds/Config.in"
+ source "package/pigpio/Config.in"
source "package/powertop/Config.in"
source "package/pps-tools/Config.in"
source "package/pru-software-support/Config.in"
OpenPOWER on IntegriCloud