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_I18N
bool "perl-i18n"
select BR2_PACKAGE_PERL_LOCALE_MAKETEXT_LEXICON # runtime
help
Perl Internationalization Pragma.
https://metacpan.org/release/i18n
+6
View File
@@ -0,0 +1,6 @@
# retrieved by scancpan from http://cpan.metacpan.org/
md5 4c3004474d6ff3554f82b52f92b3b1e1 i18n-0.13.tar.gz
sha256 2dbc3e4e25b41578cd83508fe011209e8f3c2b259fa4b5b6eafaac0d6ce4b457 i18n-0.13.tar.gz
# computed by scancpan
sha256 4755e5f2096e8ef0494f1565bf5a028a8fb4eeb5c1250e7d30948d1ed13c5ad7 README
+14
View File
@@ -0,0 +1,14 @@
################################################################################
#
# perl-i18n
#
################################################################################
PERL_I18N_VERSION = 0.13
PERL_I18N_SOURCE = i18n-$(PERL_I18N_VERSION).tar.gz
PERL_I18N_SITE = $(BR2_CPAN_MIRROR)/authors/id/A/AU/AUDREYT
PERL_I18N_LICENSE = MIT
PERL_I18N_LICENSE_FILES = README
PERL_I18N_DISTNAME = i18n
$(eval $(perl-package))