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,7 @@
config BR2_PACKAGE_PERL_TYPE_TINY
bool "perl-type-tiny"
select BR2_PACKAGE_PERL_EXPORTER_TINY # runtime
help
tiny, yet Moo(se)-compatible type constraint.
https://metacpan.org/release/Type-Tiny

View File

@@ -0,0 +1,7 @@
# retrieved by scancpan from http://cpan.metacpan.org/
md5 fad12549fe5b904173e18a05e82e5166 Type-Tiny-1.004002.tar.gz
sha256 e52c7e9593052aed157a15d473b5c25a1dbb3454bf3cd6913df94cc9bb2be707 Type-Tiny-1.004002.tar.gz
# computed by scancpan
sha256 0caa5aef37fdb3eddc52419d193df594550c621b84f5990830482f9f8226adde COPYRIGHT
sha256 c614dadb36b02257ab492e3d4341e52f3f03fe8147cafd2b7da03b3b5c0361e9 LICENSE

View File

@@ -0,0 +1,14 @@
################################################################################
#
# perl-type-tiny
#
################################################################################
PERL_TYPE_TINY_VERSION = 1.004002
PERL_TYPE_TINY_SOURCE = Type-Tiny-$(PERL_TYPE_TINY_VERSION).tar.gz
PERL_TYPE_TINY_SITE = $(BR2_CPAN_MIRROR)/authors/id/T/TO/TOBYINK
PERL_TYPE_TINY_LICENSE = Artistic or GPL-1.0+
PERL_TYPE_TINY_LICENSE_FILES = COPYRIGHT LICENSE
PERL_TYPE_TINY_DISTNAME = Type-Tiny
$(eval $(perl-package))