package/openvmtools: bump to version 9.10.2

Signed-off-by: Karoly Kasza <kaszak@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
Karoly Kasza 2015-07-02 13:18:47 +02:00 committed by Thomas Petazzoni
parent 24147efb21
commit 1d242d23b7

View File

@ -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