Buildroot 2018-11 (#258)

* Update to buildroot 2018.11

* containerd update

* runc update

* runc docker engine

* runc docker proxy

* update rpi firmware

* update network manager

* update dhcpd

* update wait on network

* update rpi wifi

* revert glibc
This commit is contained in:
Pascal Vizeli
2018-11-26 11:04:01 +01:00
committed by GitHub
parent a9bbc7babe
commit 4411307353
3154 changed files with 41316 additions and 24203 deletions

View File

@@ -0,0 +1,6 @@
config BR2_PACKAGE_PERL_MODULE_RUNTIME
bool "perl-module-runtime"
help
runtime module handling.
https://metacpan.org/release/Module-Runtime

View File

@@ -0,0 +1,6 @@
# retrieved by scancpan from http://cpan.metacpan.org/
md5 d3d47222fa2e3dfcb4526f6cc8437b20 Module-Runtime-0.016.tar.gz
sha256 68302ec646833547d410be28e09676db75006f4aa58a11f3bdb44ffe99f0f024 Module-Runtime-0.016.tar.gz
# computed by scancpan
sha256 ad1761020436687e8493208336ef53e84589fdba212da59b05b8111cca75ddc1 README

View File

@@ -0,0 +1,15 @@
################################################################################
#
# perl-module-runtime
#
################################################################################
PERL_MODULE_RUNTIME_VERSION = 0.016
PERL_MODULE_RUNTIME_SOURCE = Module-Runtime-$(PERL_MODULE_RUNTIME_VERSION).tar.gz
PERL_MODULE_RUNTIME_SITE = $(BR2_CPAN_MIRROR)/authors/id/Z/ZE/ZEFRAM
PERL_MODULE_RUNTIME_DEPENDENCIES = host-perl-module-build
PERL_MODULE_RUNTIME_LICENSE = Artistic or GPL-1.0+
PERL_MODULE_RUNTIME_LICENSE_FILES = README
PERL_MODULE_RUNTIME_DISTNAME = Module-Runtime
$(eval $(perl-package))