blob: b502177aa4aa22dfc71530420f09000dadacc3f4 [file] [log] [blame]
Patrick Williamsb48b7b42016-08-17 15:04:38 -05001SUMMARY = "A Modbus library"
2DESCRIPTION = "libmodbus is a C library designed to provide a fast and robust \
3implementation of the Modbus protocol. It runs on Linux, Mac OS X, FreeBSD, \
4QNX and Windows."
5HOMEPAGE = "http://www.libmodbus.org/"
6SECTION = "libs"
7
8LICENSE = "LGPLv2.1+"
9LIC_FILES_CHKSUM = "file://COPYING.LESSER;md5=4fbd65380cdd255951079008b364516c"
10
11SRC_URI = "http://libmodbus.org/releases/${BP}.tar.gz"
12
Brad Bishopc342db32019-05-15 21:57:59 -040013PACKAGECONFIG ??= ""
14PACKAGECONFIG[documentation] = "--with-documentation,--without-documentation,asciidoc-native xmlto-native"
15
Patrick Williamsb48b7b42016-08-17 15:04:38 -050016inherit autotools pkgconfig