update buildroot to 2017.02.11

This commit is contained in:
jbnadal
2018-05-22 15:35:47 +02:00
parent 4bf1f5e091
commit a3c10bd762
9257 changed files with 433426 additions and 1701 deletions

View File

@@ -0,0 +1,10 @@
config BR2_PACKAGE_PERL_DIGEST_SHA1
bool "perl-digest-sha1"
depends on !BR2_STATIC_LIBS
help
Perl interface to the SHA-1 algorithm
https://metacpan.org/release/Digest-SHA1
comment "perl-digest-sha1 needs a toolchain w/ dynamic library"
depends on BR2_STATIC_LIBS

View File

@@ -0,0 +1,3 @@
# retrieved by scancpan from http://cpan.metacpan.org/
md5 bd22388f268434f2b24f64e28bf1aa35 Digest-SHA1-2.13.tar.gz
sha256 68c1dac2187421f0eb7abf71452a06f190181b8fc4b28ededf5b90296fb943cc Digest-SHA1-2.13.tar.gz

View File

@@ -0,0 +1,13 @@
################################################################################
#
# perl-digest-sha1
#
################################################################################
PERL_DIGEST_SHA1_VERSION = 2.13
PERL_DIGEST_SHA1_SOURCE = Digest-SHA1-$(PERL_DIGEST_SHA1_VERSION).tar.gz
PERL_DIGEST_SHA1_SITE = $(BR2_CPAN_MIRROR)/authors/id/G/GA/GAAS
PERL_DIGEST_SHA1_LICENSE = Artistic or GPLv1+
PERL_DIGEST_SHA1_LICENSE_FILES = README
$(eval $(perl-package))