summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYegor Yefremov <yegorslists@googlemail.com>2017-09-08 15:23:49 +0200
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2017-09-09 22:10:54 +0200
commit26493c0f1b0dd16b0a1e37deaead7b4a489c3af0 (patch)
treec4c515e4b0f999b7aa1051fb059e717a8e3f0cc7
parentc857673111b6504e3ad1e41b6e7c6b3c9e83920d (diff)
downloadbuildroot-26493c0f1b0dd16b0a1e37deaead7b4a489c3af0.tar.gz
buildroot-26493c0f1b0dd16b0a1e37deaead7b4a489c3af0.zip
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>
-rw-r--r--package/libmodbus/libmodbus.hash2
-rw-r--r--package/libmodbus/libmodbus.mk3
2 files changed, 3 insertions, 2 deletions
diff --git a/package/libmodbus/libmodbus.hash b/package/libmodbus/libmodbus.hash
index 095164d613..b5c4450d6b 100644
--- a/package/libmodbus/libmodbus.hash
+++ b/package/libmodbus/libmodbus.hash
@@ -1,2 +1,2 @@
# Locally computed
-sha256 046d63f10f755e2160dc56ef681e5f5ad3862a57c1955fd82e0ce036b69471b6 libmodbus-3.0.6.tar.gz
+sha256 c8c862b0e9a7ba699a49bc98f62bdffdfafd53a5716c0e162696b4bf108d3637 libmodbus-3.1.4.tar.gz
diff --git a/package/libmodbus/libmodbus.mk b/package/libmodbus/libmodbus.mk
index 6f0f342011..e5a6c6385a 100644
--- a/package/libmodbus/libmodbus.mk
+++ b/package/libmodbus/libmodbus.mk
@@ -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))
OpenPOWER on IntegriCloud