Move buildroot to bsp directory.
This commit is contained in:
7
bsp/buildroot/package/python-pyroute2/Config.in
Normal file
7
bsp/buildroot/package/python-pyroute2/Config.in
Normal file
@@ -0,0 +1,7 @@
|
||||
config BR2_PACKAGE_PYTHON_PYROUTE2
|
||||
bool "python-pyroute2"
|
||||
help
|
||||
Python netlink library - Linux network / netns / wireless /
|
||||
ipset configuration.
|
||||
|
||||
https://github.com/svinota/pyroute2
|
||||
@@ -0,0 +1,3 @@
|
||||
# md5 from https://pypi.python.org/pypi?:action=show_md5&digest=09cf70377ddf45ffc27b4ad56bcdf52e, sha256 locally computed
|
||||
md5 09cf70377ddf45ffc27b4ad56bcdf52e pyroute2-0.3.15.tar.gz
|
||||
sha256 f5b7116fd97f73f97adc3b9c040a4ddbe61f18bb02f47e1c8399567c8791d270 pyroute2-0.3.15.tar.gz
|
||||
14
bsp/buildroot/package/python-pyroute2/python-pyroute2.mk
Normal file
14
bsp/buildroot/package/python-pyroute2/python-pyroute2.mk
Normal file
@@ -0,0 +1,14 @@
|
||||
#############################################################
|
||||
#
|
||||
# python-pyroute2
|
||||
#
|
||||
#############################################################
|
||||
|
||||
PYTHON_PYROUTE2_VERSION = 0.3.15
|
||||
PYTHON_PYROUTE2_SOURCE = pyroute2-$(PYTHON_PYROUTE2_VERSION).tar.gz
|
||||
PYTHON_PYROUTE2_SITE = https://pypi.python.org/packages/source/p/pyroute2
|
||||
PYTHON_PYROUTE2_LICENSE = Apache-2.0 or GPLv2+
|
||||
PYTHON_PYROUTE2_LICENSE_FILES = LICENSE.Apache.v2 LICENSE.GPL.v2 README.license.md
|
||||
PYTHON_PYROUTE2_SETUP_TYPE = distutils
|
||||
|
||||
$(eval $(python-package))
|
||||
Reference in New Issue
Block a user