summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-oe/recipes-extended/libmodbus/libmodbus_3.0.2.bb16
1 files changed, 16 insertions, 0 deletions
diff --git a/meta-oe/recipes-extended/libmodbus/libmodbus_3.0.2.bb b/meta-oe/recipes-extended/libmodbus/libmodbus_3.0.2.bb
new file mode 100644
index 000000000..03b7fcc94
--- /dev/null
+++ b/meta-oe/recipes-extended/libmodbus/libmodbus_3.0.2.bb
@@ -0,0 +1,16 @@
1SUMMARY = "A Modbus library"
2DESCRIPTION = "libmodbus is a C library designed to provide a fast and robust \
3implementation of the Modbus protocol. It runs on Linux, Mac OS X, FreeBSD, \
4QNX and Windows."
5HOMEPAGE = "http://www.libmodbus.org/"
6SECTION = "libs"
7
8LICENSE = "LGPLv2.1+"
9LIC_FILES_CHKSUM = "file://COPYING.LESSER;md5=4fbd65380cdd255951079008b364516c"
10
11SRC_URI = "http://github.com/downloads/stephane/libmodbus/libmodbus-${PV}.tar.gz"
12
13inherit autotools pkgconfig
14
15SRC_URI[md5sum] = "1aaacce9d9779d3a84f7d1a75774c943"
16SRC_URI[sha256sum] = "927ec90e0e299a7d4ec7086b1e2590566bdfc3bbc22e12204229361c029f2615"