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_POSIX_STRFTIME_COMPILER
bool "perl-posix-strftime-compiler"
help
GNU C library compatible strftime for loggers and servers.
https://github.com/kazeburo/POSIX-strftime-Compiler

View File

@@ -0,0 +1,6 @@
# retrieved by scancpan from http://cpan.metacpan.org/
md5 c0a5f76b1b0ce9cdb90d627b017e6cf5 POSIX-strftime-Compiler-0.42.tar.gz
sha256 26582bdd78b254bcc1c56d0b770fa280e8b8f70957c84dc44572ba4cacb0ac11 POSIX-strftime-Compiler-0.42.tar.gz
# computed by scancpan
sha256 79c2a066104e71602785fd815c5aea6f7db78c19451d68521380083f9c2a8805 LICENSE

View File

@@ -0,0 +1,15 @@
################################################################################
#
# perl-posix-strftime-compiler
#
################################################################################
PERL_POSIX_STRFTIME_COMPILER_VERSION = 0.42
PERL_POSIX_STRFTIME_COMPILER_SOURCE = POSIX-strftime-Compiler-$(PERL_POSIX_STRFTIME_COMPILER_VERSION).tar.gz
PERL_POSIX_STRFTIME_COMPILER_SITE = $(BR2_CPAN_MIRROR)/authors/id/K/KA/KAZEBURO
PERL_POSIX_STRFTIME_COMPILER_DEPENDENCIES = host-perl-module-build
PERL_POSIX_STRFTIME_COMPILER_LICENSE = Artistic or GPL-1.0+
PERL_POSIX_STRFTIME_COMPILER_LICENSE_FILES = LICENSE
PERL_POSIX_STRFTIME_COMPILER_DISTNAME = POSIX-strftime-Compiler
$(eval $(perl-package))