diff options
Diffstat (limited to 'meta-oe/recipes-extended/libmodbus/libmodbus_3.1.11.bb')
-rw-r--r-- | meta-oe/recipes-extended/libmodbus/libmodbus_3.1.11.bb | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/meta-oe/recipes-extended/libmodbus/libmodbus_3.1.11.bb b/meta-oe/recipes-extended/libmodbus/libmodbus_3.1.11.bb new file mode 100644 index 0000000000..ffbb3a8c8e --- /dev/null +++ b/meta-oe/recipes-extended/libmodbus/libmodbus_3.1.11.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" | ||
10 | SRCREV = "5190e5e141780ae481f24be16d7b39a5f3ad8f8f" | ||
11 | |||
12 | |||
13 | inherit autotools pkgconfig | ||
14 | |||
15 | PACKAGECONFIG ??= "" | ||
16 | PACKAGECONFIG[test] = "--enable-tests,--disable-tests,," | ||