Bump buildroot to 2019.02
This commit is contained in:
7
bsp/buildroot/package/python-pysmi/Config.in
Normal file
7
bsp/buildroot/package/python-pysmi/Config.in
Normal file
@@ -0,0 +1,7 @@
|
||||
config BR2_PACKAGE_PYTHON_PYSMI
|
||||
bool "python-pysmi"
|
||||
select BR2_PACKAGE_PYTHON_PLY # runtime
|
||||
help
|
||||
SNMP SMI/MIB Parser.
|
||||
|
||||
https://github.com/etingof/pysmi
|
||||
5
bsp/buildroot/package/python-pysmi/python-pysmi.hash
Normal file
5
bsp/buildroot/package/python-pysmi/python-pysmi.hash
Normal file
@@ -0,0 +1,5 @@
|
||||
# md5, sha256 from https://pypi.org/pypi/pysmi/json
|
||||
md5 7ca6a849ea51929cfd44c4e5bc316b0e pysmi-0.3.3.tar.gz
|
||||
sha256 4e35c2b935ba5a68e086d7781dae1b508c228a960279620d182e876448acf02f pysmi-0.3.3.tar.gz
|
||||
# Locally computed sha256 checksums
|
||||
sha256 c43704eafcfa2bc33e56168f2b498c3c34a1d7865855626a52b5af411fc5837f LICENSE.rst
|
||||
14
bsp/buildroot/package/python-pysmi/python-pysmi.mk
Normal file
14
bsp/buildroot/package/python-pysmi/python-pysmi.mk
Normal file
@@ -0,0 +1,14 @@
|
||||
################################################################################
|
||||
#
|
||||
# python-pysmi
|
||||
#
|
||||
################################################################################
|
||||
|
||||
PYTHON_PYSMI_VERSION = 0.3.3
|
||||
PYTHON_PYSMI_SOURCE = pysmi-$(PYTHON_PYSMI_VERSION).tar.gz
|
||||
PYTHON_PYSMI_SITE = https://files.pythonhosted.org/packages/71/32/182dd4fa0c4e20c2a14154d3133cc08374694c2518a7c5445a918332b113
|
||||
PYTHON_PYSMI_SETUP_TYPE = setuptools
|
||||
PYTHON_PYSMI_LICENSE = BSD-2-Clause
|
||||
PYTHON_PYSMI_LICENSE_FILES = LICENSE.rst
|
||||
|
||||
$(eval $(python-package))
|
||||
Reference in New Issue
Block a user