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,8 @@
config BR2_PACKAGE_PERL_URI
bool "perl-uri"
help
The module implements the URI class. Objects of this class represent
Uniform Resource Identifier references as specified in RFC 2396 and
updated by RFC 2732.
https://github.com/libwww-perl/uri

View File

@@ -0,0 +1,3 @@
# retrieved by scancpan from http://cpan.metacpan.org/
md5 247c3da29a794f72730e01aa5a715daf URI-1.71.tar.gz
sha256 9c8eca0d7f39e74bbc14706293e653b699238eeb1a7690cc9c136fb8c2644115 URI-1.71.tar.gz

View File

@@ -0,0 +1,13 @@
################################################################################
#
# perl-uri
#
################################################################################
PERL_URI_VERSION = 1.71
PERL_URI_SOURCE = URI-$(PERL_URI_VERSION).tar.gz
PERL_URI_SITE = $(BR2_CPAN_MIRROR)/authors/id/E/ET/ETHER
PERL_URI_LICENSE = Artistic or GPLv1+
PERL_URI_LICENSE_FILES = LICENSE
$(eval $(perl-package))