libmodbus: bump to version 3.1.4

Disable tests compilation and documentation generation.

Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
Yegor Yefremov 2017-09-08 15:23:49 +02:00 committed by Thomas Petazzoni
parent c857673111
commit 26493c0f1b
2 changed files with 3 additions and 2 deletions

View File

@ -1,2 +1,2 @@
# Locally computed
sha256 046d63f10f755e2160dc56ef681e5f5ad3862a57c1955fd82e0ce036b69471b6 libmodbus-3.0.6.tar.gz
sha256 c8c862b0e9a7ba699a49bc98f62bdffdfafd53a5716c0e162696b4bf108d3637 libmodbus-3.1.4.tar.gz

View File

@ -4,10 +4,11 @@
#
################################################################################
LIBMODBUS_VERSION = 3.0.6
LIBMODBUS_VERSION = 3.1.4
LIBMODBUS_SITE = http://libmodbus.org/releases
LIBMODBUS_LICENSE = LGPL-2.1+
LIBMODBUS_LICENSE_FILES = COPYING.LESSER
LIBMODBUS_INSTALL_STAGING = YES
LIBMODBUS_CONF_OPTS = --without-documentation --disable-tests
$(eval $(autotools-package))