Move buildroot to bsp directory.
This commit is contained in:
6
bsp/buildroot/package/python-netifaces/Config.in
Normal file
6
bsp/buildroot/package/python-netifaces/Config.in
Normal file
@@ -0,0 +1,6 @@
|
||||
config BR2_PACKAGE_PYTHON_NETIFACES
|
||||
bool "python-netifaces"
|
||||
help
|
||||
Portable access to network interfaces from Python.
|
||||
|
||||
http://alastairs-place.net/projects/netifaces
|
||||
@@ -0,0 +1,3 @@
|
||||
# md5 from https://pypi.python.org/pypi?:action=show_md5&digest=36da76e2cfadd24cc7510c2c0012eb1e, sha256 locally computed
|
||||
md5 36da76e2cfadd24cc7510c2c0012eb1e netifaces-0.10.4.tar.gz
|
||||
sha256 9656a169cb83da34d732b0eb72b39373d48774aee009a3d1272b7ea2ce109cde netifaces-0.10.4.tar.gz
|
||||
14
bsp/buildroot/package/python-netifaces/python-netifaces.mk
Normal file
14
bsp/buildroot/package/python-netifaces/python-netifaces.mk
Normal file
@@ -0,0 +1,14 @@
|
||||
################################################################################
|
||||
#
|
||||
# python-netifaces
|
||||
#
|
||||
################################################################################
|
||||
|
||||
PYTHON_NETIFACES_VERSION = 0.10.4
|
||||
PYTHON_NETIFACES_SOURCE = netifaces-$(PYTHON_NETIFACES_VERSION).tar.gz
|
||||
PYTHON_NETIFACES_SITE = https://pypi.python.org/packages/source/n/netifaces
|
||||
PYTHON_NETIFACES_LICENSE = MIT
|
||||
PYTHON_NETIFACES_LICENSE_FILES = README.rst
|
||||
PYTHON_NETIFACES_SETUP_TYPE = setuptools
|
||||
|
||||
$(eval $(python-package))
|
||||
Reference in New Issue
Block a user