Update buidlroot to version 2016.08.1
This commit is contained in:
7
bsp/buildroot/package/python-rpi-gpio/Config.in
Executable file
7
bsp/buildroot/package/python-rpi-gpio/Config.in
Executable 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
|
||||
3
bsp/buildroot/package/python-rpi-gpio/python-rpi-gpio.hash
Executable file
3
bsp/buildroot/package/python-rpi-gpio/python-rpi-gpio.hash
Executable file
@@ -0,0 +1,3 @@
|
||||
# md5sum from http://sourceforge.net/projects/raspberry-gpio-python/files/, sha256 calculated locally
|
||||
md5 254d0443a436eb241367c487274e7197 RPi.GPIO-0.6.1.tar.gz
|
||||
sha256 54e5fb06d9ea1a1389a497fb5a06dfa950c86303b0f4ba89b68c55999d1df064 RPi.GPIO-0.6.1.tar.gz
|
||||
14
bsp/buildroot/package/python-rpi-gpio/python-rpi-gpio.mk
Executable file
14
bsp/buildroot/package/python-rpi-gpio/python-rpi-gpio.mk
Executable file
@@ -0,0 +1,14 @@
|
||||
################################################################################
|
||||
#
|
||||
# python-rpi-gpio
|
||||
#
|
||||
################################################################################
|
||||
|
||||
PYTHON_RPI_GPIO_VERSION = 0.6.1
|
||||
PYTHON_RPI_GPIO_SOURCE = RPi.GPIO-$(PYTHON_RPI_GPIO_VERSION).tar.gz
|
||||
PYTHON_RPI_GPIO_SITE = http://sourceforge.net/projects/raspberry-gpio-python/files
|
||||
PYTHON_RPI_GPIO_LICENSE = MIT
|
||||
PYTHON_RPI_GPIO_LICENSE_FILES = LICENCE.txt
|
||||
PYTHON_RPI_GPIO_SETUP_TYPE = distutils
|
||||
|
||||
$(eval $(python-package))
|
||||
Reference in New Issue
Block a user