libmodbus: ported recipe from classic and updated
authorAndrea Galbusera <gizero@gmail.com>
Tue, 15 May 2012 19:01:02 +0000 (19:01 +0000)
committerPatrick Ohly <patrick.ohly@intel.com>
Fri, 9 Jan 2015 16:20:45 +0000 (08:20 -0800)
* based on recipe by Radoslav Kolev which was in classic
 * updated to latest released version 3.0.2

 v2:
 * drop git version of recipe
 * drop no longer used PRIORITY

 v3:
 * drop PR = "r0"

(From meta-openembedded rev: 984fa94e2b75d1665077953fa3c9c6e74e8fc328)

Signed-off-by: Andrea Galbusera <gizero@gmail.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
meta-openembedded/meta-oe/recipes-extended/libmodbus/libmodbus_3.0.2.bb [new file with mode: 0644]

diff --git a/meta-openembedded/meta-oe/recipes-extended/libmodbus/libmodbus_3.0.2.bb b/meta-openembedded/meta-oe/recipes-extended/libmodbus/libmodbus_3.0.2.bb
new file mode 100644 (file)
index 0000000..03b7fcc
--- /dev/null
@@ -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://github.com/downloads/stephane/libmodbus/libmodbus-${PV}.tar.gz"
+
+inherit autotools pkgconfig
+
+SRC_URI[md5sum] = "1aaacce9d9779d3a84f7d1a75774c943"
+SRC_URI[sha256sum] = "927ec90e0e299a7d4ec7086b1e2590566bdfc3bbc22e12204229361c029f2615"