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,15 @@
config BR2_PACKAGE_PERL_CLASS_LOAD
bool "perl-class-load"
depends on !BR2_STATIC_LIBS
select BR2_PACKAGE_PERL_DATA_OPTLIST # runtime
select BR2_PACKAGE_PERL_MODULE_IMPLEMENTATION # runtime
select BR2_PACKAGE_PERL_MODULE_RUNTIME # runtime
select BR2_PACKAGE_PERL_PACKAGE_STASH # runtime
select BR2_PACKAGE_PERL_TRY_TINY # runtime
help
A working (require "Class::Name") and more.
https://github.com/moose/Class-Load
comment "perl-class-load needs a toolchain w/ dynamic library"
depends on BR2_STATIC_LIBS

View File

@@ -0,0 +1,6 @@
# retrieved by scancpan from http://cpan.metacpan.org/
md5 e4c831c08df592ce8dfee0c7cfc12fd7 Class-Load-0.25.tar.gz
sha256 2a48fa779b5297e56156380e8b32637c6c58decb4f4a7f3c7350523e11275f8f Class-Load-0.25.tar.gz
# computed by scancpan
sha256 dc030e63f20035291b90d09c2c40f296224e85878caf829ea981fc2f10910f9d LICENSE

View File

@@ -0,0 +1,14 @@
################################################################################
#
# perl-class-load
#
################################################################################
PERL_CLASS_LOAD_VERSION = 0.25
PERL_CLASS_LOAD_SOURCE = Class-Load-$(PERL_CLASS_LOAD_VERSION).tar.gz
PERL_CLASS_LOAD_SITE = $(BR2_CPAN_MIRROR)/authors/id/E/ET/ETHER
PERL_CLASS_LOAD_LICENSE = Artistic or GPL-1.0+
PERL_CLASS_LOAD_LICENSE_FILES = LICENSE
PERL_CLASS_LOAD_DISTNAME = Class-Load
$(eval $(perl-package))