initial buildroot for linux 5.15
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
config BR2_PACKAGE_PYTHON_ASN1CRYPTO
|
||||
bool "python-asn1crypto"
|
||||
help
|
||||
Fast ASN.1 parser and serializer with definitions for
|
||||
private keys, public keys, certificates, CRL, OCSP, CMS,
|
||||
PKCS#3, PKCS#7, PKCS#8, PKCS#12, PKCS#5, X.509 and TSP.
|
||||
|
||||
https://github.com/wbond/asn1crypto
|
||||
@@ -0,0 +1,5 @@
|
||||
# md5, sha256 from https://pypi.org/pypi/asn1crypto/json
|
||||
md5 00bf5b72d37778e62cc73b1d8909ae27 asn1crypto-1.4.0.tar.gz
|
||||
sha256 f4f6e119474e58e04a2b1af817eb585b4fd72bdd89b998624712b5c99be7641c asn1crypto-1.4.0.tar.gz
|
||||
# Locally computed sha256 checksums
|
||||
sha256 a88480656ec98943fb04344f6a477ee74062896f3ddb1a6f99e5f05f0109a286 LICENSE
|
||||
@@ -0,0 +1,14 @@
|
||||
################################################################################
|
||||
#
|
||||
# python-asn1crypto
|
||||
#
|
||||
################################################################################
|
||||
|
||||
PYTHON_ASN1CRYPTO_VERSION = 1.4.0
|
||||
PYTHON_ASN1CRYPTO_SOURCE = asn1crypto-$(PYTHON_ASN1CRYPTO_VERSION).tar.gz
|
||||
PYTHON_ASN1CRYPTO_SITE = https://files.pythonhosted.org/packages/6b/b4/42f0e52ac2184a8abb31f0a6f98111ceee1aac0b473cee063882436e0e09
|
||||
PYTHON_ASN1CRYPTO_SETUP_TYPE = setuptools
|
||||
PYTHON_ASN1CRYPTO_LICENSE = MIT
|
||||
PYTHON_ASN1CRYPTO_LICENSE_FILES = LICENSE
|
||||
|
||||
$(eval $(python-package))
|
||||
Reference in New Issue
Block a user