a3fb16a0ff
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>
14 lines
377 B
Plaintext
14 lines
377 B
Plaintext
config BR2_PACKAGE_PIGPIO
|
|
bool "pigpio"
|
|
depends on BR2_aarch64 || BR2_arm
|
|
depends on !BR2_STATIC_LIBS
|
|
help
|
|
Pigpio is a library for the Raspberry Pi which allows
|
|
control of the General Purpose Input Outputs (GPIO).
|
|
|
|
http://abyz.me.uk/rpi/pigpio/
|
|
|
|
comment "pigpio needs a toolchain w/ dynamic library"
|
|
depends on BR2_aarch64 || BR2_arm
|
|
depends on !BR2_STATIC_LIBS
|