Buildroot 2018-11 (#258)
* Update to buildroot 2018.11 * containerd update * runc update * runc docker engine * runc docker proxy * update rpi firmware * update network manager * update dhcpd * update wait on network * update rpi wifi * revert glibc
This commit is contained in:
8
buildroot/package/python-pigpio/Config.in
Normal file
8
buildroot/package/python-pigpio/Config.in
Normal file
@@ -0,0 +1,8 @@
|
||||
config BR2_PACKAGE_PYTHON_PIGPIO
|
||||
bool "python-pigpio"
|
||||
help
|
||||
Pigpio is a Python module for the Raspberry Pi
|
||||
which talks to the pigpio daemon to allow control
|
||||
of the general purpose input outputs (GPIO).
|
||||
|
||||
http://abyz.co.uk/rpi/pigpio/python.html
|
||||
3
buildroot/package/python-pigpio/python-pigpio.hash
Normal file
3
buildroot/package/python-pigpio/python-pigpio.hash
Normal file
@@ -0,0 +1,3 @@
|
||||
# md5, sha256 from https://pypi.org/pypi/pigpio/json
|
||||
md5 32d7d5e2e042fb4f503b93858712e7ad pigpio-1.40.post1.tar.gz
|
||||
sha256 38bdc1b4d58898e7b4a69de3b0d90e8e8ccd851ac7d03e30791769475ffd941f pigpio-1.40.post1.tar.gz
|
||||
13
buildroot/package/python-pigpio/python-pigpio.mk
Normal file
13
buildroot/package/python-pigpio/python-pigpio.mk
Normal file
@@ -0,0 +1,13 @@
|
||||
################################################################################
|
||||
#
|
||||
# python-pigpio
|
||||
#
|
||||
################################################################################
|
||||
|
||||
PYTHON_PIGPIO_VERSION = 1.40.post1
|
||||
PYTHON_PIGPIO_SOURCE = pigpio-$(PYTHON_PIGPIO_VERSION).tar.gz
|
||||
PYTHON_PIGPIO_SITE = https://files.pythonhosted.org/packages/da/91/80c893c398bc6805592f44267bbf4bf88323de3db0f5e8f94b0fa8e28426
|
||||
PYTHON_PIGPIO_SETUP_TYPE = setuptools
|
||||
PYTHON_PIGPIO_LICENSE = Unlicense
|
||||
|
||||
$(eval $(python-package))
|
||||
Reference in New Issue
Block a user