diff mbox

[v2] libmodbus: bump version and change download location

Message ID 1383226145-12195-1-git-send-email-yegorslists@googlemail.com
State Accepted
Commit 8639afc6f097337241d1ebb88bd7ae0b97606372
Headers show

Commit Message

Yegor Yefremov Oct. 31, 2013, 1:29 p.m. UTC
From: Yegor Yefremov <yegorslists@googlemail.com>

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>
---
Changes:
	v2: add licence info
 package/libmodbus/libmodbus.mk |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

Comments

Peter Korsgaard Nov. 10, 2013, 11:57 p.m. UTC | #1
>>>>> "yegorslists" == yegorslists  <yegorslists@googlemail.com> writes:

> From: Yegor Yefremov <yegorslists@googlemail.com>
> 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>

Committed, thanks.
diff mbox

Patch

diff --git a/package/libmodbus/libmodbus.mk b/package/libmodbus/libmodbus.mk
index 8f93c2b..8aa3cd7 100644
--- a/package/libmodbus/libmodbus.mk
+++ b/package/libmodbus/libmodbus.mk
@@ -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))