diff options
Diffstat (limited to 'meta-oe/recipes-extended/libmodbus/libmodbus_3.1.12.bb')
| -rw-r--r-- | meta-oe/recipes-extended/libmodbus/libmodbus_3.1.12.bb | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/meta-oe/recipes-extended/libmodbus/libmodbus_3.1.12.bb b/meta-oe/recipes-extended/libmodbus/libmodbus_3.1.12.bb new file mode 100644 index 0000000000..2e149580eb --- /dev/null +++ b/meta-oe/recipes-extended/libmodbus/libmodbus_3.1.12.bb | |||
| @@ -0,0 +1,16 @@ | |||
| 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;tag=v${PV}" | ||
| 10 | SRCREV = "9af6c16074df566551bca0a7c37443e48f216289" | ||
| 11 | |||
| 12 | |||
| 13 | inherit autotools pkgconfig | ||
| 14 | |||
| 15 | PACKAGECONFIG ??= "" | ||
| 16 | PACKAGECONFIG[test] = "--enable-tests,--disable-tests,," | ||
