update buildroot to 2017.02.11
This commit is contained in:
7
bsp/buildroot-2017.02.11/package/python-spidev/Config.in
Normal file
7
bsp/buildroot-2017.02.11/package/python-spidev/Config.in
Normal file
@@ -0,0 +1,7 @@
|
||||
config BR2_PACKAGE_PYTHON_SPIDEV
|
||||
bool "python-spidev"
|
||||
help
|
||||
Python module for interfacing with SPI devices from user
|
||||
space via the spidev linux kernel driver.
|
||||
|
||||
https://pypi.python.org/pypi/spidev
|
||||
@@ -0,0 +1,3 @@
|
||||
# md5 from https://pypi.python.org/pypi/spidev/json, sha256 locally computed
|
||||
md5 f601676f1bb48b9aa3b3897f95216365 spidev-3.2.tar.gz
|
||||
sha256 09d2b5122f0dd79910713a11f9a0020f71537224bf829916def4fffc0ea59456 spidev-3.2.tar.gz
|
||||
@@ -0,0 +1,14 @@
|
||||
################################################################################
|
||||
#
|
||||
# python-spidev
|
||||
#
|
||||
################################################################################
|
||||
|
||||
PYTHON_SPIDEV_VERSION = 3.2
|
||||
PYTHON_SPIDEV_SOURCE = spidev-$(PYTHON_SPIDEV_VERSION).tar.gz
|
||||
PYTHON_SPIDEV_SITE = https://pypi.python.org/packages/36/83/73748b6e1819b57d8e1df8090200195cdae33aaa22a49a91ded16785eedd
|
||||
PYTHON_SPIDEV_SETUP_TYPE = distutils
|
||||
PYTHON_SPIDEV_LICENSE = GPLv2
|
||||
PYTHON_SPIDEV_LICENSE_FILES = LICENSE.md
|
||||
|
||||
$(eval $(python-package))
|
||||
Reference in New Issue
Block a user