initial buildroot for linux 5.15

This commit is contained in:
Huan.Feng
2021-12-06 14:12:13 +08:00
parent d7767d594e
commit 7b6fc358fa
12736 changed files with 508822 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
config BR2_PACKAGE_PYTHON_IPADDRESS
bool "python-ipaddress"
depends on BR2_PACKAGE_PYTHON
help
Python 3.3's ipaddress for older Python versions.
https://github.com/phihag/ipaddress
@@ -0,0 +1,5 @@
# md5, sha256 from https://pypi.org/pypi/ipaddress/json
md5 aaee67a8026782af1831148beb0d9060 ipaddress-1.0.23.tar.gz
sha256 b7f8e0369580bb4a24d5ba1d7cc29660a4a6987763faf1d8a8046830e020e7e2 ipaddress-1.0.23.tar.gz
# Locally computed sha256 checksums
sha256 38675419eb4a79ec616396d70f1254b3a433fb7088fb3f4cc9b6c0bcdcec6162 LICENSE
@@ -0,0 +1,14 @@
################################################################################
#
# python-ipaddress
#
################################################################################
PYTHON_IPADDRESS_VERSION = 1.0.23
PYTHON_IPADDRESS_SOURCE = ipaddress-$(PYTHON_IPADDRESS_VERSION).tar.gz
PYTHON_IPADDRESS_SITE = https://files.pythonhosted.org/packages/b9/9a/3e9da40ea28b8210dd6504d3fe9fe7e013b62bf45902b458d1cdc3c34ed9
PYTHON_IPADDRESS_LICENSE = Python-2.0
PYTHON_IPADDRESS_LICENSE_FILES = LICENSE
PYTHON_IPADDRESS_SETUP_TYPE = setuptools
$(eval $(python-package))