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

@@ -1,6 +1,6 @@
config BR2_PACKAGE_PERL_PATH_TINY
bool "perl-path-tiny"
help
File path utility
File path utility.
https://github.com/dagolden/Path-Tiny

View File

@@ -1,3 +1,6 @@
# retrieved by scancpan from http://cpan.metacpan.org/
md5 17354181d9794df01be555b25114dd24 Path-Tiny-0.104.tar.gz
sha256 c69f1dcfeb4aa004086deb9bc14c7d79f45798b947f1efbd634a3442e267aaef Path-Tiny-0.104.tar.gz
md5 1a7fbdccc4585074ce4419b7bec0966c Path-Tiny-0.108.tar.gz
sha256 3c49482be2b3eb7ddd7e73a5b90cff648393f5d5de334ff126ce7a3632723ff5 Path-Tiny-0.108.tar.gz
# computed by scancpan
sha256 a999b03d2b80e5c7f987289ac835fa2d88cafa9f0df24adf8a1fd21e175acd79 LICENSE

View File

@@ -4,10 +4,11 @@
#
################################################################################
PERL_PATH_TINY_VERSION = 0.104
PERL_PATH_TINY_VERSION = 0.108
PERL_PATH_TINY_SOURCE = Path-Tiny-$(PERL_PATH_TINY_VERSION).tar.gz
PERL_PATH_TINY_SITE = $(BR2_CPAN_MIRROR)/authors/id/D/DA/DAGOLDEN
PERL_PATH_TINY_LICENSE = Apache-2.0
PERL_PATH_TINY_LICENSE_FILES = LICENSE
PERL_PATH_TINY_DISTNAME = Path-Tiny
$(eval $(perl-package))