Update Buildroot to 2019.02.3 (#415)
* Update Buildroot to 2019-02.3 * Fix enter script * Update ova_defconfig * Fix network manager * Remove runc patches * Use same docker version * Fix build * Fix vmtools * Fix depens * Fix handling with tempfiles * Fix permission handling * Fix cp * Cleanup * Fix mounts
This commit is contained in:
@@ -1,27 +0,0 @@
|
||||
From bec661b6f037209c67fc7c9f022ee157c342ade6 Mon Sep 17 00:00:00 2001
|
||||
From: Laurent Bercot <ska-skaware@skarnet.org>
|
||||
Date: Thu, 5 Oct 2017 18:05:00 +0000
|
||||
Subject: [PATCH] Include sys/sysmacros.h because glibc is glibc
|
||||
|
||||
Signed-off-by: Baruch Siach <baruch@tkos.co.il>
|
||||
---
|
||||
Upstream status: commit bec661b6f037
|
||||
|
||||
src/minutils/s6ps_ttycache.c | 1 +
|
||||
1 file changed, 1 insertion(+)
|
||||
|
||||
diff --git a/src/minutils/s6ps_ttycache.c b/src/minutils/s6ps_ttycache.c
|
||||
index 7fa4bc09e624..319356044da9 100644
|
||||
--- a/src/minutils/s6ps_ttycache.c
|
||||
+++ b/src/minutils/s6ps_ttycache.c
|
||||
@@ -7,6 +7,7 @@
|
||||
#include <string.h>
|
||||
#include <stdint.h>
|
||||
#include <sys/stat.h>
|
||||
+#include <sys/sysmacros.h>
|
||||
#include <errno.h>
|
||||
#include <skalibs/types.h>
|
||||
#include <skalibs/allreadwrite.h>
|
||||
--
|
||||
2.18.0
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
# Locally generated
|
||||
sha256 9562ef293c916c4448d16fcbbc065eb28fd995ac34cd3538179cbc3ee056ab93 s6-linux-utils-2.4.0.1.tar.gz
|
||||
sha256 6ee77e7199d69b707ab864ea7a838f9562717aaa41c89413bdb2cf835f95052f COPYING
|
||||
sha256 78571574464c76fc623ef50dc14800138b4fd98c5fa877af6850fdd9c2f90213 s6-linux-utils-2.5.0.0.tar.gz
|
||||
sha256 3eadcf980c40da0f257b8292d805ff41e5e5a908c1942315d9a627732e1aa012 COPYING
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
#
|
||||
################################################################################
|
||||
|
||||
S6_LINUX_UTILS_VERSION = 2.4.0.1
|
||||
S6_LINUX_UTILS_VERSION = 2.5.0.0
|
||||
S6_LINUX_UTILS_SITE = http://skarnet.org/software/s6-linux-utils
|
||||
S6_LINUX_UTILS_LICENSE = ISC
|
||||
S6_LINUX_UTILS_LICENSE_FILES = COPYING
|
||||
|
||||
Reference in New Issue
Block a user