summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-extended/libmodbus/libmodbus_3.1.11.bb
diff options
context:
space:
mode:
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.bb16
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 @@
1SUMMARY = "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 = "5190e5e141780ae481f24be16d7b39a5f3ad8f8f"
11
12
13inherit autotools pkgconfig
14
15PACKAGECONFIG ??= ""
16PACKAGECONFIG[test] = "--enable-tests,--disable-tests,,"