[oe-commits] [meta-openembedded] 10/26: liblightmodbus: Add version 2.0.2

git at git.openembedded.org git at git.openembedded.org
Sat Aug 3 01:11:33 UTC 2019


This is an automated email from the git hooks/post-receive script.

khem pushed a commit to branch master-next
in repository meta-openembedded.

commit 91470d948cad7c2e769ba718f9a68ac5755016e1
Author: Saravanan Sekar <saravanan at linumiz.com>
AuthorDate: Thu Aug 1 22:04:07 2019 +0200

    liblightmodbus: Add version 2.0.2
    
    A cross-platform, lightweight Modbus RTU library
    
    Signed-off-by: Saravanan Sekar <saravanan at linumiz.com>
    Signed-off-by: Khem Raj <raj.khem at gmail.com>
---
 .../recipes-extended/liblightmodbus/liblightmodbus_2.0.2.bb | 13 +++++++++++++
 1 file changed, 13 insertions(+)

diff --git a/meta-oe/recipes-extended/liblightmodbus/liblightmodbus_2.0.2.bb b/meta-oe/recipes-extended/liblightmodbus/liblightmodbus_2.0.2.bb
new file mode 100644
index 0000000..1e35f08
--- /dev/null
+++ b/meta-oe/recipes-extended/liblightmodbus/liblightmodbus_2.0.2.bb
@@ -0,0 +1,13 @@
+SUMMARY = "A cross-platform, lightweight Modbus RTU library"
+DESCRIPTION = "liblightmodbus is a very lightweight, highly configurable, \
+	       platform-independent Modbus RTU library."
+
+LICENSE = "GPLv3"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=84dcc94da3adb52b53ae4fa38fe49e5d"
+
+inherit cmake pkgconfig
+
+SRC_URI = "git://github.com/Jacajack/liblightmodbus.git;protocol=https"
+SRCREV = "59d2b405f95701e5b04326589786dbb43ce49e81"
+
+S = "${WORKDIR}/git"

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list