Patrick Williams | da29531 | 2023-12-05 16:48:56 -0600 | [diff] [blame] | 1 | SUMMARY = "A Modbus library for Linux, Mac OS, FreeBSD and Windows" |
| 2 | DESCRIPTION = "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." |
| 3 | HOMEPAGE = "http://www.libmodbus.org/" |
| 4 | SECTION = "libs" |
| 5 | |
| 6 | LICENSE = "LGPL-2.1-or-later" |
| 7 | LIC_FILES_CHKSUM = "file://COPYING.LESSER;md5=4fbd65380cdd255951079008b364516c" |
| 8 | |
| 9 | SRC_URI = "git://github.com/stephane/libmodbus;branch=master;protocol=https" |
| 10 | SRCREV = "2cbafa3113e276c3697d297f68e88d112b53174d" |
| 11 | |
| 12 | S = "${WORKDIR}/git" |
| 13 | |
| 14 | inherit autotools pkgconfig |
| 15 | |
| 16 | PACKAGECONFIG ??= "" |
| 17 | PACKAGECONFIG[test] = "--enable-tests,--disable-tests,," |