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
+10
View File
@@ -0,0 +1,10 @@
config BR2_PACKAGE_PERL_SYS_MMAP
bool "perl-sys-mmap"
depends on !BR2_STATIC_LIBS
help
uses mmap to map in a file as a Perl variable.
https://metacpan.org/release/Sys-Mmap
comment "perl-sys-mmap needs a toolchain w/ dynamic library"
depends on BR2_STATIC_LIBS
+7
View File
@@ -0,0 +1,7 @@
# retrieved by scancpan from http://cpan.metacpan.org/
md5 57172ce9b33c04de460b4e7ad68d2e9c Sys-Mmap-0.20.tar.gz
sha256 1820ce2c89f1ab7357644f8db0f49f142f54526250fb1e235db10aa80f15e2cf Sys-Mmap-0.20.tar.gz
# computed by scancpan
sha256 4ac2afe465736476a06e52edcc78c72cfa0fa4d625916e58ab4f2af6c598709c Artistic
sha256 51c144e9a67644fa8eea0ea63dedb4e837587305b22f073eb5e279e39e7325a8 Copying
+14
View File
@@ -0,0 +1,14 @@
################################################################################
#
# perl-sys-mmap
#
################################################################################
PERL_SYS_MMAP_VERSION = 0.20
PERL_SYS_MMAP_SOURCE = Sys-Mmap-$(PERL_SYS_MMAP_VERSION).tar.gz
PERL_SYS_MMAP_SITE = $(BR2_CPAN_MIRROR)/authors/id/T/TO/TODDR
PERL_SYS_MMAP_LICENSE = Artistic or GPL-1.0+
PERL_SYS_MMAP_LICENSE_FILES = Artistic Copying
PERL_SYS_MMAP_DISTNAME = Sys-Mmap
$(eval $(perl-package))