mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-08-03 07:57:49 +00:00
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:
commit
28ed24a7c7
@ -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() {
|
||||
|
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user