meta-digi/meta-digi-dey/recipes-devtools/python3-connectcore-ble/python3-connectcore-ble_git.bb

28 lines
828 B
BlitzBasic

# Copyright (C) 2022, 2023, Digi International Inc.
SUMMARY = "Bluetooth Low Energy Python library for ConnetCore devices"
DESCRIPTION = "The ConnectCore BLE Python library allows your Digi International's ConnectCore modules to interact with mobile applications."
HOMEPAGE = "https://github.com/digi-embedded/connectcore-ble-python"
SECTION = "devel/python"
LICENSE = "MPL-2.0"
LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/MPL-2.0;md5=815ca599c9df247a0c7f619bab123dad"
SRCBRANCH ?= "master"
SRCREV = "eeeb705ded84cfb4ba1a4b50a41a98e3bfe59700"
SRC_URI = " \
${DIGI_GITHUB_GIT}/connectcore-ble-python.git;protocol=https;branch=${SRCBRANCH} \
"
S = "${WORKDIR}/git"
inherit setuptools3
RDEPENDS:${PN} += " \
python3-core \
python3-bluezero \
python3-pycryptodome \
python3-srp \
python3-xbee \
"