From fdd8026d30410c472c611b2ef3e4d63b7f62a94d Mon Sep 17 00:00:00 2001 From: Gabriel Valcazar Date: Thu, 11 Jan 2024 11:46:17 +0100 Subject: [PATCH] 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 --- .../python3-connectcore-ble/python3-connectcore-ble_git.bb | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/meta-digi-dey/recipes-devtools/python3-connectcore-ble/python3-connectcore-ble_git.bb b/meta-digi-dey/recipes-devtools/python3-connectcore-ble/python3-connectcore-ble_git.bb index db73c96b4..6910899d4 100644 --- a/meta-digi-dey/recipes-devtools/python3-connectcore-ble/python3-connectcore-ble_git.bb +++ b/meta-digi-dey/recipes-devtools/python3-connectcore-ble/python3-connectcore-ble_git.bb @@ -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" 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" SRCBRANCH ?= "master" -SRCREV = "eeeb705ded84cfb4ba1a4b50a41a98e3bfe59700" +SRCREV = "72cc9eb39088ae6b16d32ca03c74e8885323279a" +PV = "1.0.6" SRC_URI = " \ ${DIGI_GITHUB_GIT}/connectcore-ble-python.git;protocol=https;branch=${SRCBRANCH} \