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
+8
View File
@@ -0,0 +1,8 @@
config BR2_PACKAGE_PYTHON_CRCMOD
bool "python-crcmod"
help
The software in this package is a Python module for
generating objects that compute the Cyclic Redundancy
Check (CRC).
http://crcmod.sourceforge.net/
+5
View File
@@ -0,0 +1,5 @@
# md5 from https://pypi.python.org/pypi/crcmod/json
md5 2d5b92117d958dcead94f9e17f54cd32 crcmod-1.7.tar.gz
# Locally computed
sha256 dc7051a0db5f2bd48665a990d3ec1cc305a466a77358ca4492826f41f283601e crcmod-1.7.tar.gz
sha256 89480768826f408daea1f3caff0509c2cc9606e10f6bb0ccfd12a3d604842c35 LICENSE
+14
View File
@@ -0,0 +1,14 @@
################################################################################
#
# python-crcmod
#
################################################################################
PYTHON_CRCMOD_VERSION = 1.7
PYTHON_CRCMOD_SOURCE = crcmod-$(PYTHON_CRCMOD_VERSION).tar.gz
PYTHON_CRCMOD_SITE = https://pypi.python.org/packages/6b/b0/e595ce2a2527e169c3bcd6c33d2473c1918e0b7f6826a043ca1245dd4e5b
PYTHON_CRCMOD_SETUP_TYPE = distutils
PYTHON_CRCMOD_LICENSE = MIT
PYTHON_CRCMOD_LICENSE_FILES = LICENSE
$(eval $(python-package))