Merge pull request #3861 from MilhouseVH/le10_open-vm-tools-11.0.0

open-vm-tools: update to open-vm-tools-stable-11.0.0
This commit is contained in:
CvH 2019-10-14 21:36:24 +02:00 committed by GitHub
commit 28ed24a7c7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 1232 deletions

View File

@ -4,8 +4,8 @@
# Copyright (C) 2018-present Team LibreELEC (https://libreelec.tv)
PKG_NAME="open-vm-tools"
PKG_VERSION="stable-10.3.10"
PKG_SHA256="6e39e643edcd85bae04ba8db608bd500d14ff3771e6e89b171ffb31020fed945"
PKG_VERSION="stable-11.0.0"
PKG_SHA256="e5c1929cef0fe6db76c8e5700a2160c31020651ab7a0618d5ac402d8e50d2ac7"
PKG_ARCH="x86_64"
PKG_LICENSE="GPL"
PKG_SITE="https://github.com/vmware/open-vm-tools"
@ -31,8 +31,12 @@ PKG_CONFIGURE_OPTS_TARGET="--disable-docs \
post_unpack() {
mv $PKG_BUILD/$PKG_NAME/* $PKG_BUILD/
sed -i -e 's|.*common-agent/etc/config/Makefile.*||' $PKG_BUILD/configure.ac
sed -e 's|.*common-agent/etc/config/Makefile.*||' -i $PKG_BUILD/configure.ac
mkdir -p $PKG_BUILD/common-agent/etc/config
# Hack to allow package to be bumped without linking against old libraries
rm -f ${SYSROOT_PREFIX}/usr/lib/libvmtools*
}
pre_configure_target() {