12345678910111213141516171819202122232425262728293031323334353637383940414243444546 |
- diff --git a/package/libmodbus/Config.in b/package/libmodbus/Config.in
- index 642b57c..ccf1190 100644
- --- a/package/libmodbus/Config.in
- +++ b/package/libmodbus/Config.in
- @@ -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
- diff --git a/package/libmodbus/libmodbus.hash b/package/libmodbus/libmodbus.hash
- deleted file mode 100644
- index 2931f3f..0000000
- --- a/package/libmodbus/libmodbus.hash
- +++ /dev/null
- @@ -1,3 +0,0 @@
- -# Locally computed
- -sha256 d7d9fa94a16edb094e5fdf5d87ae17a0dc3f3e3d687fead81835d9572cf87c16 libmodbus-3.1.6.tar.gz
- -sha256 dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551 COPYING.LESSER
- diff --git a/package/libmodbus/libmodbus.mk b/package/libmodbus/libmodbus.mk
- index 584ac75..13b9b26 100644
- --- a/package/libmodbus/libmodbus.mk
- +++ b/package/libmodbus/libmodbus.mk
- @@ -4,11 +4,12 @@
- #
- ################################################################################
-
- -LIBMODBUS_VERSION = 3.1.6
- -LIBMODBUS_SITE = http://libmodbus.org/releases
- -LIBMODBUS_LICENSE = LGPL-2.1+
- +LIBMODBUS_VERSION = GfATest
- +LIBMODBUS_SITE = https://gogs.reru.org/GfA/libmodbus.git
- +LIBMODBUS_SITE_METHOD = git
- +LIBMODBUS_LICENSE = LGPLv2.1+
- LIBMODBUS_LICENSE_FILES = COPYING.LESSER
- +LIBMODBUS_AUTORECONF = YES
- LIBMODBUS_INSTALL_STAGING = YES
- -LIBMODBUS_CONF_OPTS = --without-documentation --disable-tests
-
- $(eval $(autotools-package))
|