From 3305d78ec16e24ee4421a7379c04729f42ca3cdd Mon Sep 17 00:00:00 2001 From: Gabriel Valcazar Date: Thu, 11 Jan 2024 11:43:46 +0100 Subject: [PATCH] python3-xbee: update to most recent available version Set the PV variable to keep track of the currently used version. Signed-off-by: Gabriel Valcazar --- .../recipes-devtools/python3-xbee/python3-xbee_git.bb | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/meta-digi-dey/recipes-devtools/python3-xbee/python3-xbee_git.bb b/meta-digi-dey/recipes-devtools/python3-xbee/python3-xbee_git.bb index 9fa6381c4..fda6a4d8a 100644 --- a/meta-digi-dey/recipes-devtools/python3-xbee/python3-xbee_git.bb +++ b/meta-digi-dey/recipes-devtools/python3-xbee/python3-xbee_git.bb @@ -1,4 +1,4 @@ -# Copyright (C) 2022, 2023 Digi International Inc. +# Copyright (C) 2022-2024 Digi International Inc. SUMMARY = "Python library to interact with Digi International's XBee radio frequency modules." DESCRIPTION = "The XBee Python Library provides the ability to communicate with remote nodes in the network, IoT devices and other interfaces of the local device." @@ -8,7 +8,8 @@ LICENSE = "MPL-2.0" LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=f74526e982749d58a537b3fcdb5d3318" SRCBRANCH ?= "master" -SRCREV = "1024d8954e1b445fe6aacd7f0880de65978c351b" +SRCREV = "36a5b637821e6941aa489d3235867b4f44e33eca" +PV = "1.4.1+git${SRCPV}" SRC_URI = " \ git://github.com/digidotcom/xbee-python.git;protocol=https;branch=${SRCBRANCH} \