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_HTML_PARSER
bool "perl-html-parser"
depends on !BR2_STATIC_LIBS
select BR2_PACKAGE_PERL_HTML_TAGSET
help
HTML parser class
https://metacpan.org/release/HTML-Parser
comment "perl-html-parser 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 eb7505e5f626913350df9dd4a03d54a8 HTML-Parser-3.72.tar.gz
sha256 ec28c7e1d9e67c45eca197077f7cdc41ead1bb4c538c7f02a3296a4bb92f608b HTML-Parser-3.72.tar.gz

View File

@@ -0,0 +1,14 @@
################################################################################
#
# perl-html-parser
#
################################################################################
PERL_HTML_PARSER_VERSION = 3.72
PERL_HTML_PARSER_SOURCE = HTML-Parser-$(PERL_HTML_PARSER_VERSION).tar.gz
PERL_HTML_PARSER_SITE = $(BR2_CPAN_MIRROR)/authors/id/G/GA/GAAS
PERL_HTML_PARSER_DEPENDENCIES = perl-html-tagset
PERL_HTML_PARSER_LICENSE = Artistic or GPLv1+
PERL_HTML_PARSER_LICENSE_FILES = README
$(eval $(perl-package))