Bump buidlroot version to 2018.02.6

This commit is contained in:
jbnadal
2018-10-22 14:55:59 +02:00
parent 222960cedb
commit bec94fdb63
6150 changed files with 84803 additions and 117446 deletions

View File

@@ -2,8 +2,8 @@ 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.
This package contains a base64 encoder/decoder and a
quoted-printable encoder/decoder.
http://github.com/gisle/mime-base64

View File

@@ -7,7 +7,7 @@
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 = Artistic or GPL-1.0+
PERL_MIME_BASE64_LICENSE_FILES = README
$(eval $(perl-package))