From patchwork Thu Nov 24 13:34:25 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Markus Volk X-Patchwork-Id: 15902 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from aws-us-west-2-korg-lkml-1.web.codeaurora.org (localhost.localdomain [127.0.0.1]) by smtp.lore.kernel.org (Postfix) with ESMTP id 8C908C433FE for ; Thu, 24 Nov 2022 13:34:40 +0000 (UTC) Received: from mailout10.t-online.de (mailout10.t-online.de [194.25.134.21]) by mx.groups.io with SMTP id smtpd.web11.23708.1669296875559095644 for ; Thu, 24 Nov 2022 05:34:36 -0800 Authentication-Results: mx.groups.io; dkim=missing; spf=none, err=SPF record not found (domain: t-online.de, ip: 194.25.134.21, mailfrom: f_l_k@t-online.de) Received: from fwd74.dcpf.telekom.de (fwd74.aul.t-online.de [10.223.144.100]) by mailout10.t-online.de (Postfix) with SMTP id EB78B5153 for ; Thu, 24 Nov 2022 14:34:32 +0100 (CET) Received: from flk-MS-7C91.fritz.box ([79.219.225.89]) by fwd74.t-online.de with (TLSv1.3:TLS_AES_256_GCM_SHA384 encrypted) esmtp id 1oyCN6-1tISS90; Thu, 24 Nov 2022 14:34:32 +0100 From: Markus Volk To: openembedded-devel@lists.openembedded.org Cc: Markus Volk Subject: [meta-networking][PATCH] blueman: upgrade 2.34 -> 2.35 Date: Thu, 24 Nov 2022 14:34:25 +0100 Message-Id: <20221124133425.27046-1-f_l_k@t-online.de> X-Mailer: git-send-email 2.34.1 MIME-Version: 1.0 X-TOI-EXPURGATEID: 150726::1669296872-C9C89B6F-58CFD927/0/0 CLEAN NORMAL X-TOI-MSGID: fd79e63a-31a9-4603-bdc3-eeecc3887e25 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Thu, 24 Nov 2022 13:34:40 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/99714 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. This fixes keyboard not being able to reconnect after disconnect. Signed-off-by: Markus Volk --- .../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 --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)}"