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

@@ -0,0 +1,6 @@
config BR2_PACKAGE_PERL_NET_PING
bool "perl-net-ping"
help
check a remote host for reachability.
https://metacpan.org/release/Net-Ping

View File

@@ -0,0 +1,6 @@
# retrieved by scancpan from http://cpan.metacpan.org/
md5 58110451d15d27b46ebc6a53f1697ff1 Net-Ping-2.71.tar.gz
sha256 0819d0aa87b173e98ecb3ccfd92272ce53c7fc9e86f962f64602a6fa477f7d4f Net-Ping-2.71.tar.gz
# computed by scancpan
sha256 9441a22309a2b40ff1282ac1906c137f07f5e521e7b1ec162b251f6006051b47 README

View File

@@ -0,0 +1,14 @@
################################################################################
#
# perl-net-ping
#
################################################################################
PERL_NET_PING_VERSION = 2.71
PERL_NET_PING_SOURCE = Net-Ping-$(PERL_NET_PING_VERSION).tar.gz
PERL_NET_PING_SITE = $(BR2_CPAN_MIRROR)/authors/id/R/RU/RURBAN
PERL_NET_PING_LICENSE = Artistic or GPL-1.0+
PERL_NET_PING_LICENSE_FILES = README
PERL_NET_PING_DISTNAME = Net-Ping
$(eval $(perl-package))