Bump buidlroot version to 2018.02.6

This commit is contained in:
jbnadal
2018-10-22 14:55:59 +02:00
parent 222960cedb
commit bec94fdb63
6150 changed files with 84803 additions and 117446 deletions

View File

@@ -1,8 +1,8 @@
config BR2_PACKAGE_LIBMODBUS
bool "libmodbus"
help
libmodbus is a free software library to send/receive data according
to the Modbus protocol. This library is written in C and supports
RTU (serial) and TCP (Ethernet) communications.
libmodbus is a free software library to send/receive data
according to the Modbus protocol. This library is written in C
and supports RTU (serial) and TCP (Ethernet) communications.
http://libmodbus.org

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 = LGPLv2.1+
LIBMODBUS_LICENSE = LGPL-2.1+
LIBMODBUS_LICENSE_FILES = COPYING.LESSER
LIBMODBUS_INSTALL_STAGING = YES
LIBMODBUS_CONF_OPTS = --without-documentation --disable-tests
$(eval $(autotools-package))