mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 05:06:43 +00:00
open-vm-tool: update to open-vm-tool-9.4.0-1280544. dont build kernel modules
This commit is contained in:
parent
7f25bbbda2
commit
96d5b306ed
@ -18,12 +18,12 @@
|
|||||||
################################################################################
|
################################################################################
|
||||||
|
|
||||||
PKG_NAME="open-vm-tools"
|
PKG_NAME="open-vm-tools"
|
||||||
PKG_VERSION="9.2.3-1031360"
|
PKG_VERSION="9.4.0-1280544"
|
||||||
PKG_REV="1"
|
PKG_REV="1"
|
||||||
PKG_ARCH="any"
|
PKG_ARCH="any"
|
||||||
PKG_LICENSE="GPL"
|
PKG_LICENSE="GPL"
|
||||||
PKG_SITE="http://open-vm-tools.sourceforge.net"
|
PKG_SITE="http://open-vm-tools.sourceforge.net"
|
||||||
PKG_URL="$SOURCEFORGE_SRC/project/open-vm-tools/open-vm-tools/stable-9.2.x/${PKG_NAME}-${PKG_VERSION}.tar.gz"
|
PKG_URL="$SOURCEFORGE_SRC/project/open-vm-tools/open-vm-tools/stable-9.4.x/${PKG_NAME}-${PKG_VERSION}.tar.gz"
|
||||||
PKG_DEPENDS="glib"
|
PKG_DEPENDS="glib"
|
||||||
PKG_BUILD_DEPENDS_TARGET="toolchain glib"
|
PKG_BUILD_DEPENDS_TARGET="toolchain glib"
|
||||||
PKG_PRIORITY="optional"
|
PKG_PRIORITY="optional"
|
||||||
@ -45,14 +45,11 @@ PKG_CONFIGURE_OPTS_TARGET="--disable-docs \
|
|||||||
--without-x \
|
--without-x \
|
||||||
--without-icu \
|
--without-icu \
|
||||||
--without-procps \
|
--without-procps \
|
||||||
--with-kernel-release=$OPENVMTOOLS_KERNEL_VER \
|
--without-kernel-modules"
|
||||||
--with-linuxdir=$(ls -d $ROOT/$BUILD/linux-*)"
|
|
||||||
|
|
||||||
PKG_MAKE_OPTS_TARGET="CFLAGS+=-DG_DISABLE_DEPRECATED"
|
PKG_MAKE_OPTS_TARGET="CFLAGS+=-DG_DISABLE_DEPRECATED"
|
||||||
|
|
||||||
makeinstall_target() {
|
makeinstall_target() {
|
||||||
mkdir -p $INSTALL/lib/modules/$(get_module_dir)/open-vm-tools
|
|
||||||
cp -PR ../modules/linux/vmxnet/vmxnet.ko $INSTALL/lib/modules/$(get_module_dir)/open-vm-tools
|
|
||||||
|
|
||||||
mkdir -p $INSTALL/usr/lib
|
mkdir -p $INSTALL/usr/lib
|
||||||
cp -PR libvmtools/.libs/libvmtools.so* $INSTALL/usr/lib
|
cp -PR libvmtools/.libs/libvmtools.so* $INSTALL/usr/lib
|
||||||
|
@ -1,13 +0,0 @@
|
|||||||
diff --git a/configure.ac b/configure.ac
|
|
||||||
index b79026d..ac73873 100644
|
|
||||||
--- a/configure.ac
|
|
||||||
+++ b/configure.ac
|
|
||||||
@@ -947,7 +947,7 @@ if test "$os" = "linux"; then
|
|
||||||
|
|
||||||
LIBVMTOOLS_LIBADD="$LIBVMTOOLS_LIBADD -lrt"
|
|
||||||
|
|
||||||
- MODULES="$MODULES vmxnet vmhgfs"
|
|
||||||
+ MODULES="$MODULES vmxnet"
|
|
||||||
# See if we need vmci and vsock modules. Starting with 3.9 they made
|
|
||||||
# their way into mainline kernel.
|
|
||||||
if test "$osVersion" -lt 309000; then
|
|
@ -1,26 +0,0 @@
|
|||||||
diff --git a/configure b/configure
|
|
||||||
index 3861c20..bec644c 100755
|
|
||||||
--- a/configure
|
|
||||||
+++ b/configure
|
|
||||||
@@ -2881,7 +2881,7 @@ if test "$with_kernel_modules" = "yes"; then
|
|
||||||
if test ! -d "$LINUXDIR/kernel/"; then
|
|
||||||
as_fn_error $? "$LINUXDIR/kernel does not exist" "$LINENO" 5
|
|
||||||
fi
|
|
||||||
- LINUXINCLUDE="$LINUXDIR/build/include"
|
|
||||||
+ LINUXINCLUDE="$LINUXDIR/include"
|
|
||||||
if test ! -d "$LINUXINCLUDE"; then
|
|
||||||
as_fn_error $? "Can't find include dir under $LINUXDIR" "$LINENO" 5
|
|
||||||
fi
|
|
||||||
diff --git a/configure.ac b/configure.ac
|
|
||||||
index be4a7c0..2bf6779 100644
|
|
||||||
--- a/configure.ac
|
|
||||||
+++ b/configure.ac
|
|
||||||
@@ -148,7 +148,7 @@ if test "$with_kernel_modules" = "yes"; then
|
|
||||||
if test ! -d "$LINUXDIR/kernel/"; then
|
|
||||||
AC_MSG_ERROR([$LINUXDIR/kernel does not exist])
|
|
||||||
fi
|
|
||||||
- LINUXINCLUDE="$LINUXDIR/build/include"
|
|
||||||
+ LINUXINCLUDE="$LINUXDIR/include"
|
|
||||||
if test ! -d "$LINUXINCLUDE"; then
|
|
||||||
AC_MSG_ERROR([Can't find include dir under $LINUXDIR])
|
|
||||||
fi
|
|
Loading…
x
Reference in New Issue
Block a user