Add buildroot 2018-02

This commit is contained in:
Pascal Vizeli
2018-03-17 23:47:00 +00:00
parent 3776c47f83
commit 67742041ad
10007 changed files with 405098 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
config BR2_PACKAGE_PYTHON_RPI_GPIO
bool "python-rpi-gpio"
depends on BR2_arm
help
A Python module to control the GPIO on a Raspberry Pi.
http://sourceforge.net/p/raspberry-gpio-python

View File

@@ -0,0 +1,3 @@
# md5 from https://pypi.python.org/pypi/rpi_gpio/json, sha256 locally computed
md5 e4abe1cfb5eacebe53078032256eb837 RPi.GPIO-0.6.3.tar.gz
sha256 a5fc0eb5e401963b6c0a03650da6b42c4005f02d962b81241d96c98d0a578516 RPi.GPIO-0.6.3.tar.gz

View File

@@ -0,0 +1,14 @@
################################################################################
#
# python-rpi-gpio
#
################################################################################
PYTHON_RPI_GPIO_VERSION = 0.6.3
PYTHON_RPI_GPIO_SOURCE = RPi.GPIO-$(PYTHON_RPI_GPIO_VERSION).tar.gz
PYTHON_RPI_GPIO_SITE = https://pypi.python.org/packages/e2/58/6e1b775606da6439fa3fd1550e7f714ac62aa75e162eed29dbec684ecb3e
PYTHON_RPI_GPIO_LICENSE = MIT
PYTHON_RPI_GPIO_LICENSE_FILES = LICENCE.txt
PYTHON_RPI_GPIO_SETUP_TYPE = distutils
$(eval $(python-package))