Bump buildroot to 2019.02
This commit is contained in:
7
bsp/buildroot/package/python-pymodbus/Config.in
Normal file
7
bsp/buildroot/package/python-pymodbus/Config.in
Normal file
@@ -0,0 +1,7 @@
|
||||
config BR2_PACKAGE_PYTHON_PYMODBUS
|
||||
bool "python-pymodbus"
|
||||
select BR2_PACKAGE_PYTHON_SIX # runtime
|
||||
help
|
||||
Pymodbus is a full Modbus protocol implementation.
|
||||
|
||||
https://github.com/riptideio/pymodbus
|
||||
@@ -0,0 +1,3 @@
|
||||
# sha256 locally computed
|
||||
sha256 e33bd0dfbd2cbd4dbc686ca87f809aebb7d72e940eb5846d5d38bb0f3371b26a python-pymodbus-v1.4.0.tar.gz
|
||||
sha256 796a47993313691ea404d8af7e4c0f9daf1d2760e3900938985b59c9008eee2f doc/LICENSE
|
||||
13
bsp/buildroot/package/python-pymodbus/python-pymodbus.mk
Normal file
13
bsp/buildroot/package/python-pymodbus/python-pymodbus.mk
Normal file
@@ -0,0 +1,13 @@
|
||||
################################################################################
|
||||
#
|
||||
# python-pymodbus
|
||||
#
|
||||
################################################################################
|
||||
|
||||
PYTHON_PYMODBUS_VERSION = v1.4.0
|
||||
PYTHON_PYMODBUS_SITE = $(call github,riptideio,pymodbus,$(PYTHON_PYMODBUS_VERSION))
|
||||
PYTHON_PYMODBUS_SETUP_TYPE = setuptools
|
||||
PYTHON_PYMODBUS_LICENSE = BSD-3-Clause
|
||||
PYTHON_PYMODBUS_LICENSE_FILES = doc/LICENSE
|
||||
|
||||
$(eval $(python-package))
|
||||
Reference in New Issue
Block a user