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,7 @@
config BR2_PACKAGE_PERL_NET_DNS
bool "perl-net-dns"
select BR2_PACKAGE_PERL_DIGEST_HMAC
help
Perl Interface to the Domain Name System
http://www.net-dns.org

View File

@@ -0,0 +1,3 @@
# retrieved by scancpan from http://cpan.metacpan.org/
md5 96c1a801cab92b81696a037c7c326e59 Net-DNS-1.07.tar.gz
sha256 5f91497f1af9f690153fa05a27a7d73ddada08bed40536fe2d0ac759b7af8492 Net-DNS-1.07.tar.gz

View File

@@ -0,0 +1,14 @@
################################################################################
#
# perl-net-dns
#
################################################################################
PERL_NET_DNS_VERSION = 1.07
PERL_NET_DNS_SOURCE = Net-DNS-$(PERL_NET_DNS_VERSION).tar.gz
PERL_NET_DNS_SITE = $(BR2_CPAN_MIRROR)/authors/id/N/NL/NLNETLABS
PERL_NET_DNS_DEPENDENCIES = perl-digest-hmac
PERL_NET_DNS_LICENSE = MIT
PERL_NET_DNS_LICENSE_FILES = README
$(eval $(perl-package))