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,6 +1,6 @@
config BR2_PACKAGE_PERL_FILE_UTIL
bool "perl-file-util"
help
Easy, versatile, portable file handling
Easy, versatile, portable file handling.
https://github.com/tommybutler/file-util/wiki

View File

@@ -1,3 +1,7 @@
# retrieved by scancpan from http://cpan.metacpan.org/
md5 5706487ecf0daae885f709914915e832 File-Util-4.161950.tar.gz
sha256 88507b19da580d595b5c25fe6ba75bbd6096b4359e389ead067a216f766c20ee File-Util-4.161950.tar.gz
# computed by scancpan
sha256 5f3732812570654ba911e45ec4e5f7353f4b63747ebfc506c543e8fb1ccf797f COPYING
sha256 48428fd07c402ea82d3556753ca936c7030f0d7a6a93c3ef09423c36820ffb91 LICENSE

View File

@@ -10,6 +10,7 @@ PERL_FILE_UTIL_SITE = $(BR2_CPAN_MIRROR)/authors/id/T/TO/TOMMY
PERL_FILE_UTIL_DEPENDENCIES = host-perl-module-build
PERL_FILE_UTIL_LICENSE = Artistic or GPL-1.0+
PERL_FILE_UTIL_LICENSE_FILES = COPYING LICENSE
PERL_FILE_UTIL_DISTNAME = File-Util
HOST_PERL_FILE_UTIL_DEPENDENCIES = host-perl-module-build
$(eval $(perl-package))