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_DBI
bool "perl-dbi"
depends on !BR2_STATIC_LIBS
help
Database independent interface for Perl.
http://dbi.perl.org/
comment "perl-dbi needs a toolchain w/ dynamic library"
depends on BR2_STATIC_LIBS
+6
View File
@@ -0,0 +1,6 @@
# retrieved by scancpan from http://cpan.metacpan.org/
md5 352f80b1e23769c116082a90905d7398 DBI-1.643.tar.gz
sha256 8a2b993db560a2c373c174ee976a51027dd780ec766ae17620c20393d2e836fa DBI-1.643.tar.gz
# computed by scancpan
sha256 33453c8b0d8d474a42669ac702a13c20f39c91a34b3df4e6ca778fc2f0f711c7 LICENSE
+15
View File
@@ -0,0 +1,15 @@
################################################################################
#
# perl-dbi
#
################################################################################
PERL_DBI_VERSION = 1.643
PERL_DBI_SOURCE = DBI-$(PERL_DBI_VERSION).tar.gz
PERL_DBI_SITE = $(BR2_CPAN_MIRROR)/authors/id/T/TI/TIMB
PERL_DBI_LICENSE = Artistic or GPL-1.0+
PERL_DBI_LICENSE_FILES = LICENSE
PERL_DBI_DISTNAME = DBI
$(eval $(perl-package))
$(eval $(host-perl-package))