buildroot/package/libmodbus/libmodbus.mk
Pierre-Jean Texier ccacb5516f package/libmodbus: bump to version 3.1.6
Contains a fix for issue discovered post-3.1.5.
See changelog:

https://libmodbus.org/2019/urgent-fix-for-last-releases/

Signed-off-by: Pierre-Jean Texier <pjtexier@koncepto.io>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
2019-08-01 00:45:42 +02:00

15 lines
447 B
Makefile

################################################################################
#
# libmodbus
#
################################################################################
LIBMODBUS_VERSION = 3.1.6
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))