aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-extended/libmodbus/libmodbus_3.0.6.bb
diff options
context:
space:
mode:
authorJoe Slater <jslater@windriver.com>2015-10-22 11:24:25 -0700
committerMartin Jansa <Martin.Jansa@gmail.com>2015-10-26 21:37:36 +0100
commitef531ff6ad36bef8ddbbaab2665fe0ac2ed62a76 (patch)
treea684cd2b9468e46ca47d096474f4cf6f74ec9f08 /meta-oe/recipes-extended/libmodbus/libmodbus_3.0.6.bb
parentc26f8e9a7c02e9bef8bdc6ca81d4237aa439ea9b (diff)
downloadmeta-openembedded-contrib-ef531ff6ad36bef8ddbbaab2665fe0ac2ed62a76.tar.gz
libmodbus: version 3.0.5 -> 3.0.6
Rename recipe then change md5sum and sha256sum. Signed-off-by: Joe Slater <jslater@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe/recipes-extended/libmodbus/libmodbus_3.0.6.bb')
-rw-r--r--meta-oe/recipes-extended/libmodbus/libmodbus_3.0.6.bb16
1 files changed, 16 insertions, 0 deletions
diff --git a/meta-oe/recipes-extended/libmodbus/libmodbus_3.0.6.bb b/meta-oe/recipes-extended/libmodbus/libmodbus_3.0.6.bb
new file mode 100644
index 0000000000..c5e6ae8652
--- /dev/null
+++ b/meta-oe/recipes-extended/libmodbus/libmodbus_3.0.6.bb
@@ -0,0 +1,16 @@
+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/site_media/build/${BP}.tar.gz"
+
+inherit autotools pkgconfig
+
+SRC_URI[md5sum] = "c80f88b6ca19cabc4ceffc195ca07771"
+SRC_URI[sha256sum] = "046d63f10f755e2160dc56ef681e5f5ad3862a57c1955fd82e0ce036b69471b6"