python3-connectcore-ble: update to v1.0.6
Set the PV variable to keep track of the currently used version. Signed-off-by: Gabriel Valcazar <gabriel.valcazar@digi.com>
This commit is contained in:
parent
3305d78ec1
commit
fdd8026d30
|
|
@ -1,4 +1,4 @@
|
||||||
# Copyright (C) 2022, 2023, Digi International Inc.
|
# Copyright (C) 2022-2024, Digi International Inc.
|
||||||
|
|
||||||
SUMMARY = "Bluetooth Low Energy Python library for ConnetCore devices"
|
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."
|
DESCRIPTION = "The ConnectCore BLE Python library allows your Digi International's ConnectCore modules to interact with mobile applications."
|
||||||
|
|
@ -8,7 +8,8 @@ LICENSE = "MPL-2.0"
|
||||||
LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/MPL-2.0;md5=815ca599c9df247a0c7f619bab123dad"
|
LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/MPL-2.0;md5=815ca599c9df247a0c7f619bab123dad"
|
||||||
|
|
||||||
SRCBRANCH ?= "master"
|
SRCBRANCH ?= "master"
|
||||||
SRCREV = "eeeb705ded84cfb4ba1a4b50a41a98e3bfe59700"
|
SRCREV = "72cc9eb39088ae6b16d32ca03c74e8885323279a"
|
||||||
|
PV = "1.0.6"
|
||||||
|
|
||||||
SRC_URI = " \
|
SRC_URI = " \
|
||||||
${DIGI_GITHUB_GIT}/connectcore-ble-python.git;protocol=https;branch=${SRCBRANCH} \
|
${DIGI_GITHUB_GIT}/connectcore-ble-python.git;protocol=https;branch=${SRCBRANCH} \
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue