Skip to content

Instantly share code, notes, and snippets.

@vsivanagulu
Last active November 27, 2017 13:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save vsivanagulu/23bf7b03f7e14e85d7e8431ee914469d to your computer and use it in GitHub Desktop.
Save vsivanagulu/23bf7b03f7e14e85d7e8431ee914469d to your computer and use it in GitHub Desktop.
libmodbus_3.0.6.bb
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
dbus_3.0.6.bb
require libmodbus.inc
SRC_URI[md5sum] = "c80f88b6ca19cabc4ceffc195ca07771"
SRC_URI[sha256sum] = "046d63f10f755e2160dc56ef681e5f5ad3862a57c1955fd82e0ce036b69471b6"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment