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_DIGEST_MD5
bool "perl-digest-md5"
depends on !BR2_STATIC_LIBS
help
Perl interface to the MD-5 algorithm.
https://metacpan.org/release/Digest-MD5
comment "perl-digest-md5 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 601519b826ca14c233f13a4578b967ef Digest-MD5-2.55.tar.gz
sha256 03b198a2d14425d951e5e50a885d3818c3162c8fe4c21e18d7798a9a179d0e3c Digest-MD5-2.55.tar.gz
# computed by scancpan
sha256 f92f16702159fc57cd29c23f29b7f2420bff578ed72365d0225d2945a501cd5a README

View File

@@ -0,0 +1,14 @@
################################################################################
#
# perl-digest-md5
#
################################################################################
PERL_DIGEST_MD5_VERSION = 2.55
PERL_DIGEST_MD5_SOURCE = Digest-MD5-$(PERL_DIGEST_MD5_VERSION).tar.gz
PERL_DIGEST_MD5_SITE = $(BR2_CPAN_MIRROR)/authors/id/G/GA/GAAS
PERL_DIGEST_MD5_LICENSE = Artistic or GPL-1.0+
PERL_DIGEST_MD5_LICENSE_FILES = README
PERL_DIGEST_MD5_DISTNAME = Digest-MD5
$(eval $(perl-package))