aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-extended/libmodbus/libmodbus.inc
diff options
context:
space:
mode:
authorPascal Bach <pascal.bach@siemens.com>2016-04-13 17:00:54 +0200
committerMartin Jansa <Martin.Jansa@gmail.com>2016-04-21 21:33:20 +0200
commit1eac35d508320257a63d49a661d3e3b7ba5c36e5 (patch)
tree2bb3bc144f77aa99af10b91aa5c6631f3c6fae62 /meta-oe/recipes-extended/libmodbus/libmodbus.inc
parent9676ebb7d14090126f667671d525ce3f3ee89279 (diff)
downloadmeta-openembedded-contrib-1eac35d508320257a63d49a661d3e3b7ba5c36e5.tar.gz
libmodbus: add support for the libmodbus development release
libmodbus has two release streams: - stable: which currently is 3.0.x and does only receive fixes - development: 3.1.x which receives new features and according to upstream is also very stable Some users require access to the newer features. So a recipe for the development branch but leave the stable branch the default. This is similar to what is done for the nginx recipe which also has two release streams. Signed-off-by: Pascal Bach <pascal.bach@siemens.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe/recipes-extended/libmodbus/libmodbus.inc')
-rw-r--r--meta-oe/recipes-extended/libmodbus/libmodbus.inc13
1 files changed, 13 insertions, 0 deletions
diff --git a/meta-oe/recipes-extended/libmodbus/libmodbus.inc b/meta-oe/recipes-extended/libmodbus/libmodbus.inc
new file mode 100644
index 0000000000..a01659a72d
--- /dev/null
+++ b/meta-oe/recipes-extended/libmodbus/libmodbus.inc
@@ -0,0 +1,13 @@
+SUMMARY = "A Modbus library"
+DESCRIPTION = "libmodbus is a C library designed to provide a fast and robust \
+implementation of the Modbus protocol. It runs on Linux, Mac OS X, FreeBSD, \
+QNX and Windows."
+HOMEPAGE = "http://www.libmodbus.org/"
+SECTION = "libs"
+
+LICENSE = "LGPLv2.1+"
+LIC_FILES_CHKSUM = "file://COPYING.LESSER;md5=4fbd65380cdd255951079008b364516c"
+
+SRC_URI = "http://libmodbus.org/releases/${BP}.tar.gz"
+
+inherit autotools pkgconfig