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:
@@ -4,8 +4,8 @@ Disable the mandatory flag -Werror in configure.ac.
|
||||
|
||||
Signed-off-by: Karoly Kasza <kaszak@gmail.com>
|
||||
|
||||
--- openvmtools-stable-9.10.0.orig/open-vm-tools/configure.ac 2015-06-17 10:02:00.000000000 +0200
|
||||
+++ openvmtools-stable-9.10.0/open-vm-tools/configure.ac 2015-06-17 10:02:00.000000000 +0200
|
||||
--- open-vm-tools/configure.ac 2015-06-17 10:02:00.000000000 +0200
|
||||
+++ open-vm-tools/configure.ac 2015-06-17 10:02:00.000000000 +0200
|
||||
@@ -935,7 +935,7 @@
|
||||
|
||||
### General flags / actions
|
||||
|
||||
@@ -4,8 +4,8 @@ This is so horribly broken for cross-compilation. :-(
|
||||
|
||||
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
|
||||
|
||||
--- openvmtools-stable-9.10.0.orig/open-vm-tools/m4/vmtools.m4 2015-06-17 10:03:00.000000000 +0200
|
||||
+++ openvmtools-stable-9.10.0/open-vm-tools/m4/vmtools.m4 2015-06-17 10:03:00.000000000 +0200
|
||||
--- open-vm-tools/m4/vmtools.m4 2015-06-17 10:03:00.000000000 +0200
|
||||
+++ open-vm-tools/m4/vmtools.m4 2015-06-17 10:03:00.000000000 +0200
|
||||
@@ -281,10 +281,10 @@
|
||||
if test "$os" = freebsd; then
|
||||
CUSTOM_$1_CPPFLAGS="-I/usr/local/include"
|
||||
|
||||
@@ -1,18 +0,0 @@
|
||||
lib/misc/idLinux.c: add uClibc support
|
||||
|
||||
uClibc does not have a secure_getenv function, so we use the
|
||||
Android method.
|
||||
|
||||
Signed-off-by: Karoly Kasza <kaszak@gmail.com>
|
||||
|
||||
--- openvmtools-stable-9.10.0.orig/open-vm-tools/lib/misc/idLinux.c 2015-06-17 10:04:00.000000000 +0200
|
||||
+++ openvmtools-stable-9.10.0/open-vm-tools/lib/misc/idLinux.c 2015-06-17 10:04:00.000000000 +0200
|
||||
@@ -997,7 +997,7 @@
|
||||
static Bool
|
||||
IdIsSetUGid(void)
|
||||
{
|
||||
-#if defined(__ANDROID__)
|
||||
+#if defined(__ANDROID__) || defined(__UCLIBC__)
|
||||
/* Android does not have a secure_getenv, so be conservative. */
|
||||
return TRUE;
|
||||
#else
|
||||
@@ -1,2 +1,3 @@
|
||||
# locally computed
|
||||
sha256 c0ecd281d6113ca700b1ab0a10559db72e80d8fc03264d53ebfdc400578ab1b6 openvmtools-stable-10.3.5.tar.gz
|
||||
sha256 364cd0fdfa5a05e872d08609659e6231ec99788669f7ebba24bfb8c94168daef open-vm-tools-10.3.5-10430147.tar.gz
|
||||
sha256 f734933bd7d49aef25aaf897ed7281ee822e8635056e69b895a7d2e668937fc5 COPYING
|
||||
|
||||
@@ -4,13 +4,14 @@
|
||||
#
|
||||
################################################################################
|
||||
|
||||
OPENVMTOOLS_VERSION = stable-10.3.5
|
||||
OPENVMTOOLS_SITE = $(call github,vmware,open-vm-tools,$(OPENVMTOOLS_VERSION))
|
||||
OPENVMTOOLS_SUBDIR = open-vm-tools
|
||||
OPENVMTOOLS_VERSION_MAJOR = 10.3.5
|
||||
OPENVMTOOLS_VERSION = $(OPENVMTOOLS_VERSION_MAJOR)-10430147
|
||||
OPENVMTOOLS_SITE = https://github.com/vmware/open-vm-tools/releases/download/stable-$(OPENVMTOOLS_VERSION_MAJOR)
|
||||
OPENVMTOOLS_SOURCE = open-vm-tools-$(OPENVMTOOLS_VERSION).tar.gz
|
||||
OPENVMTOOLS_LICENSE = LGPL-2.1
|
||||
OPENVMTOOLS_LICENSE_FILES = $(OPENVMTOOLS_SUBDIR)/COPYING
|
||||
OPENVMTOOLS_LICENSE_FILES = COPYING
|
||||
|
||||
# Autoreconf needed or config/missing will run configure again at buildtime
|
||||
# configure.ac is patched
|
||||
OPENVMTOOLS_AUTORECONF = YES
|
||||
OPENVMTOOLS_CONF_OPTS = --with-dnet \
|
||||
--without-icu --without-x --without-gtk2 \
|
||||
|
||||
@@ -5,8 +5,8 @@ ConditionVirtualization=vmware
|
||||
|
||||
[Service]
|
||||
Type=forking
|
||||
PIDFile=/var/run/vmtoolsd.pid
|
||||
ExecStart=/usr/bin/vmtoolsd -b /var/run/vmtoolsd.pid
|
||||
PIDFile=/run/vmtoolsd.pid
|
||||
ExecStart=/usr/bin/vmtoolsd -b /run/vmtoolsd.pid
|
||||
Restart=on-failure
|
||||
KillMode=process
|
||||
KillSignal=SIGKILL
|
||||
|
||||
Reference in New Issue
Block a user