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,10 @@
config BR2_PACKAGE_PERL_SYS_MMAP
bool "perl-sys-mmap"
depends on !BR2_STATIC_LIBS
help
uses mmap to map in a file as a Perl variable.
https://metacpan.org/release/Sys-Mmap
comment "perl-sys-mmap needs a toolchain w/ dynamic library"
depends on BR2_STATIC_LIBS

View File

@@ -0,0 +1,7 @@
# retrieved by scancpan from http://cpan.metacpan.org/
md5 990c9106a88dc843035f7bcb109e6c0e Sys-Mmap-0.19.tar.gz
sha256 09295e25cc9b0599d9009d19b2be89fcecaecc62ce594f873d7f70d7c10900fa Sys-Mmap-0.19.tar.gz
# computed by scancpan
sha256 4ac2afe465736476a06e52edcc78c72cfa0fa4d625916e58ab4f2af6c598709c Artistic
sha256 51c144e9a67644fa8eea0ea63dedb4e837587305b22f073eb5e279e39e7325a8 Copying

View File

@@ -0,0 +1,14 @@
################################################################################
#
# perl-sys-mmap
#
################################################################################
PERL_SYS_MMAP_VERSION = 0.19
PERL_SYS_MMAP_SOURCE = Sys-Mmap-$(PERL_SYS_MMAP_VERSION).tar.gz
PERL_SYS_MMAP_SITE = $(BR2_CPAN_MIRROR)/authors/id/S/SW/SWALTERS
PERL_SYS_MMAP_LICENSE = Artistic or GPL-1.0+
PERL_SYS_MMAP_LICENSE_FILES = Artistic Copying
PERL_SYS_MMAP_DISTNAME = Sys-Mmap
$(eval $(perl-package))