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,11 @@
config BR2_PACKAGE_PERL_MIME_BASE64
bool "perl-mime-base64"
depends on !BR2_STATIC_LIBS
help
This package contains a base64 encoder/decoder and a quoted-printable
encoder/decoder.
http://github.com/gisle/mime-base64
comment "perl-mime-base64 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 ef958dc2bf96be5f759391c6ac1debd4 MIME-Base64-3.15.tar.gz
sha256 7f863566a6a9cb93eda93beadb77d9aa04b9304d769cea3bb921b9a91b3a1eb9 MIME-Base64-3.15.tar.gz

View File

@@ -0,0 +1,13 @@
################################################################################
#
# perl-mime-base64
#
################################################################################
PERL_MIME_BASE64_VERSION = 3.15
PERL_MIME_BASE64_SOURCE = MIME-Base64-$(PERL_MIME_BASE64_VERSION).tar.gz
PERL_MIME_BASE64_SITE = $(BR2_CPAN_MIRROR)/authors/id/G/GA/GAAS
PERL_MIME_BASE64_LICENSE = Artistic or GPLv1+
PERL_MIME_BASE64_LICENSE_FILES = README
$(eval $(perl-package))