Bump buildroot to 2019.02

This commit is contained in:
2019-03-28 22:49:48 +01:00
parent 5598b1b762
commit 920d307141
5121 changed files with 78550 additions and 46132 deletions

View File

@@ -1,9 +1,9 @@
config BR2_PACKAGE_PERL_HTML_PARSER
bool "perl-html-parser"
depends on !BR2_STATIC_LIBS
select BR2_PACKAGE_PERL_HTML_TAGSET
select BR2_PACKAGE_PERL_HTML_TAGSET # runtime
help
HTML parser class
HTML parser class.
https://metacpan.org/release/HTML-Parser

View File

@@ -1,3 +1,6 @@
# retrieved by scancpan from http://cpan.metacpan.org/
md5 eb7505e5f626913350df9dd4a03d54a8 HTML-Parser-3.72.tar.gz
sha256 ec28c7e1d9e67c45eca197077f7cdc41ead1bb4c538c7f02a3296a4bb92f608b HTML-Parser-3.72.tar.gz
# computed by scancpan
sha256 663867028ae22c6f2fabab11238f65f1bf8dd789233b844bead5f6d22220d160 README

View File

@@ -7,8 +7,8 @@
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 GPL-1.0+
PERL_HTML_PARSER_LICENSE_FILES = README
PERL_HTML_PARSER_DISTNAME = HTML-Parser
$(eval $(perl-package))