libmodbus: bump version and change download location
authorYegor Yefremov <yegorslists@googlemail.com>
Thu, 31 Oct 2013 13:29:05 +0000 (14:29 +0100)
committerPeter Korsgaard <peter@korsgaard.com>
Sun, 10 Nov 2013 23:56:37 +0000 (00:56 +0100)
The license of libmodbus is LGPL v2.1 or later and the
licence of programs in tests directory is GPL v3. So
specify only LGPL v2.1.

Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
package/libmodbus/libmodbus.mk

index 8f93c2bcd3628364b56d4627246ce8353ea3d0a9..8aa3cd74fecb232dd22795796d8e0dfedb5caf5d 100644 (file)
@@ -4,8 +4,10 @@
 #
 ################################################################################
 
-LIBMODBUS_VERSION = 3.0.3
-LIBMODBUS_SITE = http://github.com/downloads/stephane/libmodbus
+LIBMODBUS_VERSION = 3.0.5
+LIBMODBUS_SITE = http://libmodbus.org/site_media/build/
+LIBMODBUS_LICENSE = LGPLv2.1+
+LIBMODBUS_LICENSE_FILES = COPYING.LESSER
 LIBMODBUS_INSTALL_STAGING = YES
 
 $(eval $(autotools-package))