Bump buildroot to 2019.02
This commit is contained in:
10
bsp/buildroot/package/perl-digest-md5/Config.in
Normal file
10
bsp/buildroot/package/perl-digest-md5/Config.in
Normal 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
|
||||
@@ -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
|
||||
14
bsp/buildroot/package/perl-digest-md5/perl-digest-md5.mk
Normal file
14
bsp/buildroot/package/perl-digest-md5/perl-digest-md5.mk
Normal 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))
|
||||
Reference in New Issue
Block a user