Skip to content
Snippets Groups Projects
Commit 19ac543b authored by Wojciech Zmuda's avatar Wojciech Zmuda Committed by Bernhard Rosenkränzer
Browse files

ohsmarthome-py: Add recipe


This recipe installs a Python library that can be used for
communication over BLE with IoT devices using AllScenariOS
Smart Home firmware.

It is used by Smart Panel Home Assistant plugin.

Signed-off-by: default avatarWojciech Zmuda <wojciech.zmuda@huawei.com>
Signed-off-by: Andrei Gherzan's avatarAndrei Gherzan <andrei.gherzan@huawei.com>
parent 48e898d1
No related branches found
No related tags found
No related merge requests found
# SPDX-FileCopyrightText: Huawei Inc.
#
# SPDX-License-Identifier: Apache-2.0
SUMMARY = "All Scenarios OS SmartHome device interface library"
HOMEPAGE = "https://git.ostc-eu.org/OSTC/OHOS/components/ohsmarthome-py/"
LICENSE = "Apache-2.0"
LIC_FILES_CHKSUM = "file://LICENSES/Apache-2.0.txt;md5=c846ebb396f8b174b10ded4771514fcc"
SRC_OPT_CLONE_DIR = "git/components/ohsmarthome-py"
SRC_OPT_PROTO = "protocol=https"
SRC_OPT_DEST = "destsuffix=${SRC_OPT_CLONE_DIR}"
SRC_OPT_NAME = "name=ohsmarthome-py"
SRC_OPT_BRANCH = "branch=master"
SRC_OPTIONS = "${SRC_OPT_PROTO};${SRC_OPT_DEST};${SRC_OPT_NAME};${SRC_OPT_BRANCH}"
SRC_URI = "git://git.ostc-eu.org/OSTC/OHOS/components/ohsmarthome-py.git;${SRC_OPTIONS}"
SRCREV_ohsmarthome-py = "3ea56efa56937939565c127810de55a05c9e4703"
S = "${WORKDIR}/${SRC_OPT_CLONE_DIR}"
inherit setuptools3
RDEPENDS_${PN} += "\
python3-bluepy \
"
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