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_CLICK
bool "python-click"
help
A simple wrapper around optparse for powerful command line
utilities.
https://pypi.python.org/pypi/click
+5
View File
@@ -0,0 +1,5 @@
# md5, sha256 from https://pypi.org/pypi/click/json
md5 53692f62cb99a1a10c59248f1776d9c0 click-7.1.2.tar.gz
sha256 d2b5255c7c6349bc1bd1e59e08cd12acbbd63ce649f2588755783aa94dfb6b1a click-7.1.2.tar.gz
# Locally computed sha256
sha256 9a8ad106a394e853bfe21f42f4e72d592819a22805d991b5f3275029292b658d LICENSE.rst
+14
View File
@@ -0,0 +1,14 @@
################################################################################
#
# python-click
#
################################################################################
PYTHON_CLICK_VERSION = 7.1.2
PYTHON_CLICK_SOURCE = click-$(PYTHON_CLICK_VERSION).tar.gz
PYTHON_CLICK_SITE = https://files.pythonhosted.org/packages/27/6f/be940c8b1f1d69daceeb0032fee6c34d7bd70e3e649ccac0951500b4720e
PYTHON_CLICK_LICENSE = BSD-3-Clause
PYTHON_CLICK_LICENSE_FILES = LICENSE.rst
PYTHON_CLICK_SETUP_TYPE = setuptools
$(eval $(python-package))