Bump buildroot to 2019.02

This commit is contained in:
2019-03-28 22:49:48 +01:00
parent 5598b1b762
commit 920d307141
5121 changed files with 78550 additions and 46132 deletions

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

View File

@@ -0,0 +1,6 @@
# retrieved by scancpan from http://cpan.metacpan.org/
md5 e77fd37fcf77fc88fde029c1b75ded54 DBI-1.641.tar.gz
sha256 5509e532cdd0e3d91eda550578deaac29e2f008a12b64576e8c261bb92e8c2c1 DBI-1.641.tar.gz
# computed by scancpan
sha256 33453c8b0d8d474a42669ac702a13c20f39c91a34b3df4e6ca778fc2f0f711c7 LICENSE

View File

@@ -0,0 +1,15 @@
################################################################################
#
# perl-dbi
#
################################################################################
PERL_DBI_VERSION = 1.641
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))