blob: 9e17f916693ef1e88493f0c1cd8465a5ad46166a [file] [log] [blame]
Patrick Williamsda295312023-12-05 16:48:56 -06001SUMMARY = "A Modbus library for Linux, Mac OS, FreeBSD and Windows"
2DESCRIPTION = "libmodbus is a free software library to send/receive data with a device which respects the Modbus protocol. This library can use a serial port or an Ethernet connection."
3HOMEPAGE = "http://www.libmodbus.org/"
4SECTION = "libs"
5
6LICENSE = "LGPL-2.1-or-later"
7LIC_FILES_CHKSUM = "file://COPYING.LESSER;md5=4fbd65380cdd255951079008b364516c"
8
9SRC_URI = "git://github.com/stephane/libmodbus;branch=master;protocol=https"
10SRCREV = "2cbafa3113e276c3697d297f68e88d112b53174d"
11
12S = "${WORKDIR}/git"
13
14inherit autotools pkgconfig
15
16PACKAGECONFIG ??= ""
17PACKAGECONFIG[test] = "--enable-tests,--disable-tests,,"