Skip to content
Snippets Groups Projects
Commit 6f23561e authored by Stefan Schmidt's avatar Stefan Schmidt
Browse files

modbus-testing: Add initial recipe for libmodbus examples


The libmodbus project does not offer examples of library usage in their
distribution. To make the life easier for Oniro integrators and
developers we provide a basic set of examples to get a head-start when
developing an application using libmodbus.

The scope for these examples is Oniro, so the recipe here is not
targeted at staging (I have no plans to upstream this), but at the
meta-oniro-core layer.

Signed-off-by: default avatarStefan Schmidt <stefan.schmidt@huawei.com>
parent d50b75b9
No related branches found
No related tags found
1 merge request!293modbus-testing: recipe and modbus Oniro docs
# SPDX-FileCopyrightText: Huawei Inc.
#
# SPDX-License-Identifier: Apache-2.0
SUMMARY = "Libmodbus testing examples"
SECTION = "net"
LICENSE = "Apache-2.0"
LIC_FILES_CHKSUM = "file://LICENSE;md5=ef3dabb8f39493f4ea410bebc1d01755 \
"
DEPENDS = "libmodbus"
SRCREV = "06daf9b6159167fe22c87603e8926ff63df5ce8d"
PV = "0.0+git${SRCPV}"
SRC_URI = "git://gitlab.eclipse.org/eclipse/oniro-blueprints/energy-gateway/modbus-testing.git;protocol=https;branch=main"
S = "${WORKDIR}/git"
inherit meson pkgconfig
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment