Bump buildroot to version 2017-02
TG-3 #closed
This commit is contained in:
@@ -4,11 +4,12 @@
|
||||
#
|
||||
################################################################################
|
||||
|
||||
OPENVMTOOLS_VERSION = stable-9.10.2
|
||||
OPENVMTOOLS_VERSION = 5a9033ddfa95786d867e4d02bbb9a29bac8fb64f
|
||||
OPENVMTOOLS_SITE = $(call github,vmware,open-vm-tools,$(OPENVMTOOLS_VERSION))
|
||||
OPENVMTOOLS_SUBDIR = open-vm-tools
|
||||
OPENVMTOOLS_LICENSE = LGPLv2.1
|
||||
OPENVMTOOLS_LICENSE_FILES = $(OPENVMTOOLS_SUBDIR)/COPYING
|
||||
|
||||
# Autoreconf needed or config/missing will run configure again at buildtime
|
||||
OPENVMTOOLS_AUTORECONF = YES
|
||||
OPENVMTOOLS_CONF_OPTS = --with-dnet \
|
||||
@@ -45,13 +46,6 @@ 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
|
||||
|
||||
Reference in New Issue
Block a user