mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-15 16:07:26 +00:00
ef531ff6ad
Rename recipe then change md5sum and sha256sum. Signed-off-by: Joe Slater <jslater@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
17 lines
599 B
BlitzBasic
17 lines
599 B
BlitzBasic
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"
|