mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-29 22:26:31 +00:00
openvmtools: bump version to 5a9033ddfa95786d867e4d02bbb9a29bac8fb64f
Technically this is 10.1.0, however the initial release left out a config
directory causing autoconfig to fail. See this post:
https://github.com/vmware/open-vm-tools/issues/115#issuecomment-269963907
As such, I specified the hash to fix the release:
5a9033ddfa
Signed-off-by: Adam Duskett <aduskett@codeblue.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
parent
648fef3edf
commit
c225bd9762
@ -1,2 +1,2 @@
|
|||||||
# locally computed
|
# locally computed
|
||||||
sha256 6b415f6093a15ffce10d3c4b69aa7ff106bdc0efd88e18a70a59d6941d4d2379 openvmtools-stable-9.10.2.tar.gz
|
sha256 ff384ab0c11e19db0fd6ddab60e8ae48a4591b141fb3a8e8f1d4e1a489dd293f openvmtools-5a9033ddfa95786d867e4d02bbb9a29bac8fb64f.tar.gz
|
||||||
|
@ -4,11 +4,12 @@
|
|||||||
#
|
#
|
||||||
################################################################################
|
################################################################################
|
||||||
|
|
||||||
OPENVMTOOLS_VERSION = stable-9.10.2
|
OPENVMTOOLS_VERSION = 5a9033ddfa95786d867e4d02bbb9a29bac8fb64f
|
||||||
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
|
||||||
OPENVMTOOLS_LICENSE_FILES = $(OPENVMTOOLS_SUBDIR)/COPYING
|
OPENVMTOOLS_LICENSE_FILES = $(OPENVMTOOLS_SUBDIR)/COPYING
|
||||||
|
|
||||||
# Autoreconf needed or config/missing will run configure again at buildtime
|
# Autoreconf needed or config/missing will run configure again at buildtime
|
||||||
OPENVMTOOLS_AUTORECONF = YES
|
OPENVMTOOLS_AUTORECONF = YES
|
||||||
OPENVMTOOLS_CONF_OPTS = --with-dnet \
|
OPENVMTOOLS_CONF_OPTS = --with-dnet \
|
||||||
@ -45,13 +46,6 @@ 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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user