diff mbox series

[meta-networking,PATCHv2] blueman: upgrade 2.34 -> 2.35

Message ID 20221124142804.4458-1-f_l_k@t-online.de
State Under Review
Headers show
Series [meta-networking,PATCHv2] blueman: upgrade 2.34 -> 2.35 | expand

Commit Message

Markus Volk Nov. 24, 2022, 2:28 p.m. UTC
This fixes a nasty bug where the shown device list doesnt match the underlying
MAC list, resulting in connecting to a different device than selected.

Signed-off-by: Markus Volk <f_l_k@t-online.de>
---
 .../blueman/{blueman_2.3.4.bb => blueman_2.3.5.bb}              | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-networking/recipes-connectivity/blueman/{blueman_2.3.4.bb => blueman_2.3.5.bb} (97%)
diff mbox series

Patch

diff --git a/meta-networking/recipes-connectivity/blueman/blueman_2.3.4.bb b/meta-networking/recipes-connectivity/blueman/blueman_2.3.5.bb
similarity index 97%
rename from meta-networking/recipes-connectivity/blueman/blueman_2.3.4.bb
rename to meta-networking/recipes-connectivity/blueman/blueman_2.3.5.bb
index 2822e8713..2343cec71 100644
--- a/meta-networking/recipes-connectivity/blueman/blueman_2.3.4.bb
+++ b/meta-networking/recipes-connectivity/blueman/blueman_2.3.5.bb
@@ -13,7 +13,7 @@  SRC_URI = " \
     file://0001-meson-add-pythoninstalldir-option.patch \
 "
 S = "${WORKDIR}/git"
-SRCREV = "89bb5313a7cc24ca6fdbeaf2b02f6142dc1a8e60"
+SRCREV = "c85e7afb8d6547d4c35b7b639124de8e999c3650"
 
 EXTRA_OEMESON = "-Druntime_deps_check=false -Dpythoninstalldir=${@noprefix('PYTHON_SITEPACKAGES_DIR', d)}"