8639afc6f0
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>
14 lines
394 B
Makefile
14 lines
394 B
Makefile
################################################################################
|
|
#
|
|
# 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))
|