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
+6
View File
@@ -0,0 +1,6 @@
config BR2_PACKAGE_PERL_DIGEST_HMAC
bool "perl-digest-hmac"
help
Keyed-Hashing for Message Authentication.
http://metacpan.org/release/Digest-HMAC
@@ -0,0 +1,6 @@
# retrieved by scancpan from http://cpan.metacpan.org/
md5 746a5edffd1485d7500e005730c271c8 Digest-HMAC-1.04.tar.gz
sha256 d6bc8156aa275c44d794b7c18f44cdac4a58140245c959e6b19b2c3838b08ed4 Digest-HMAC-1.04.tar.gz
# computed by scancpan
sha256 cb9ff694d1769f450dd5c400204aa921d2fb3db90fcb21674a39f3725c4255c1 LICENSE
@@ -0,0 +1,14 @@
################################################################################
#
# perl-digest-hmac
#
################################################################################
PERL_DIGEST_HMAC_VERSION = 1.04
PERL_DIGEST_HMAC_SOURCE = Digest-HMAC-$(PERL_DIGEST_HMAC_VERSION).tar.gz
PERL_DIGEST_HMAC_SITE = $(BR2_CPAN_MIRROR)/authors/id/A/AR/ARODLAND
PERL_DIGEST_HMAC_LICENSE = Artistic or GPL-1.0+
PERL_DIGEST_HMAC_LICENSE_FILES = LICENSE
PERL_DIGEST_HMAC_DISTNAME = Digest-HMAC
$(eval $(perl-package))