mirror of
https://git.busybox.net/buildroot.git
synced 2024-11-27 23:43:34 +08:00
libmodbus: bump version and change download location
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>
This commit is contained in:
parent
2b0d870ce5
commit
8639afc6f0
@ -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))
|
||||
|
Loading…
Reference in New Issue
Block a user