Update buildroot 2020.02.01 (#622)
* Update buildroot 2020.02.01 Signed-off-by: Pascal Vizeli <pvizeli@syshack.ch> * Fix LN * Fix wpa Signed-off-by: Pascal Vizeli <pvizeli@syshack.ch> * Fix lint Signed-off-by: Pascal Vizeli <pvizeli@syshack.ch> * fix-network Signed-off-by: Pascal Vizeli <pvizeli@syshack.ch> * Fix script Signed-off-by: Pascal Vizeli <pvizeli@syshack.ch>
This commit is contained in:
7
buildroot/package/python-periphery/Config.in
Normal file
7
buildroot/package/python-periphery/Config.in
Normal file
@@ -0,0 +1,7 @@
|
||||
config BR2_PACKAGE_PYTHON_PERIPHERY
|
||||
bool "python-periphery"
|
||||
help
|
||||
A pure Python 2/3 library for peripheral I/O (GPIO, LED,
|
||||
PWM, SPI, I2C, MMIO, Serial) in Linux.
|
||||
|
||||
https://github.com/vsergeev/python-periphery
|
||||
3
buildroot/package/python-periphery/python-periphery.hash
Normal file
3
buildroot/package/python-periphery/python-periphery.hash
Normal file
@@ -0,0 +1,3 @@
|
||||
# Locally calculated
|
||||
sha256 e6da8dcf8f639d1c3be3f19d27cbd472ef904db204c5453b250f87ab9bca2025 python-periphery-2.0.1.tar.gz
|
||||
sha256 bf032b9319cfd918368219450a9917529f131925e698cbab1b63f42b629ff505 LICENSE
|
||||
13
buildroot/package/python-periphery/python-periphery.mk
Normal file
13
buildroot/package/python-periphery/python-periphery.mk
Normal file
@@ -0,0 +1,13 @@
|
||||
################################################################################
|
||||
#
|
||||
# python-periphery
|
||||
#
|
||||
################################################################################
|
||||
|
||||
PYTHON_PERIPHERY_VERSION = 2.0.1
|
||||
PYTHON_PERIPHERY_SITE = $(call github,vsergeev,python-periphery,v$(PYTHON_PERIPHERY_VERSION))
|
||||
PYTHON_PERIPHERY_LICENSE = MIT
|
||||
PYTHON_PERIPHERY_LICENSE_FILES = LICENSE
|
||||
PYTHON_PERIPHERY_SETUP_TYPE = setuptools
|
||||
|
||||
$(eval $(python-package))
|
||||
Reference in New Issue
Block a user