|
@@ -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_SITE = $(call github,vmware,open-vm-tools,$(OPENVMTOOLS_VERSION))
|
|
OPENVMTOOLS_SUBDIR = open-vm-tools
|
|
OPENVMTOOLS_SUBDIR = open-vm-tools
|
|
OPENVMTOOLS_LICENSE = LGPLv2.1
|
|
OPENVMTOOLS_LICENSE = LGPLv2.1
|
|
@@ -45,6 +45,13 @@ else
|
|
OPENVMTOOLS_CONF_OPTS += --without-pam
|
|
OPENVMTOOLS_CONF_OPTS += --without-pam
|
|
endif
|
|
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)
|
|
# symlink needed by lib/system/systemLinux.c (or will cry in /var/log/messages)
|
|
# defined in lib/misc/hostinfoPosix.c
|
|
# defined in lib/misc/hostinfoPosix.c
|
|
# /sbin/shutdown needed for Guest OS restart/shutdown from hypervisor
|
|
# /sbin/shutdown needed for Guest OS restart/shutdown from hypervisor
|