From 2fd481d6729be3e876b62b876994ec8aec79bd32 Mon Sep 17 00:00:00 2001 From: Hector Palacios Date: Thu, 13 Feb 2025 12:07:26 +0100 Subject: [PATCH] python3-xbee: update recipe to 1.5.0 Signed-off-by: Hector Palacios https://onedigi.atlassian.net/browse/DEL-9496 --- .../recipes-devtools/python3-xbee/python3-xbee_git.bb | 6 +++--- 1 file changed, 3 insertions(+), 3 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 8009e62a4..cea6ac8e0 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-2024, Digi International Inc. +# Copyright (C) 2022-2025, 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,8 +8,8 @@ LICENSE = "MPL-2.0" LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=f74526e982749d58a537b3fcdb5d3318" SRCBRANCH ?= "master" -SRCREV = "36a5b637821e6941aa489d3235867b4f44e33eca" -PV = "1.4.1+git${SRCPV}" +SRCREV = "584ad7fbd9a7e6a4c2e8ff417750ce56f5ce0bdb" +PV = "1.5.0+git${SRCPV}" SRC_URI = " \ git://github.com/digidotcom/xbee-python.git;protocol=https;branch=${SRCBRANCH} \