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_PERL_FILE_LISTING
bool "perl-file-listing"
select BR2_PACKAGE_PERL_HTTP_DATE # runtime
help
parse directory listing.
https://metacpan.org/release/File-Listing
@@ -0,0 +1,6 @@
# retrieved by scancpan from http://cpan.metacpan.org/
md5 cf60a79563185391831613178a79b4cd File-Listing-6.14.tar.gz
sha256 15b3a4871e23164a36f226381b74d450af41f12cc94985f592a669fcac7b48ff File-Listing-6.14.tar.gz
# computed by scancpan
sha256 7f0ccec295e6d7d2be1439cedd7caf6cc6247191f4c10ac56d91ee9bc265ba02 LICENSE
@@ -0,0 +1,14 @@
################################################################################
#
# perl-file-listing
#
################################################################################
PERL_FILE_LISTING_VERSION = 6.14
PERL_FILE_LISTING_SOURCE = File-Listing-$(PERL_FILE_LISTING_VERSION).tar.gz
PERL_FILE_LISTING_SITE = $(BR2_CPAN_MIRROR)/authors/id/P/PL/PLICEASE
PERL_FILE_LISTING_LICENSE = Artistic or GPL-1.0+
PERL_FILE_LISTING_LICENSE_FILES = LICENSE
PERL_FILE_LISTING_DISTNAME = File-Listing
$(eval $(perl-package))