Commit 1d242d23 authored by Karoly Kasza's avatar Karoly Kasza Committed by Thomas Petazzoni
Browse files

package/openvmtools: bump to version 9.10.2

parent 24147efb
Loading
Loading
Loading
Loading
+8 −1
Original line number Diff line number Diff line
@@ -4,7 +4,7 @@
#
################################################################################

OPENVMTOOLS_VERSION = stable-9.10.0
OPENVMTOOLS_VERSION = stable-9.10.2
OPENVMTOOLS_SITE = $(call github,vmware,open-vm-tools,$(OPENVMTOOLS_VERSION))
OPENVMTOOLS_SUBDIR = open-vm-tools
OPENVMTOOLS_LICENSE = LGPLv2.1
@@ -45,6 +45,13 @@ else
OPENVMTOOLS_CONF_OPTS += --without-pam
endif

# configure needs execution permission
define OPENVMTOOLS_PRE_CONFIGURE_CHMOD
	chmod 0755 $(@D)/$(OPENVMTOOLS_SUBDIR)/configure
endef

OPENVMTOOLS_PRE_CONFIGURE_HOOKS += OPENVMTOOLS_PRE_CONFIGURE_CHMOD

# symlink needed by lib/system/systemLinux.c (or will cry in /var/log/messages)
# defined in lib/misc/hostinfoPosix.c
# /sbin/shutdown needed for Guest OS restart/shutdown from hypervisor