From ff397db3d10569da3607df7bdef57767bce79d0a Mon Sep 17 00:00:00 2001 From: Frede Hoey Braendstrup Date: Wed, 18 Feb 2026 09:55:18 +0100 Subject: [PATCH] dbus-cxx: update 2.6.0 -> 2.6.1 Changelog from upstream: Some minor fixes for code generation. Qt6 is now properly detected. Signed-off-by: Frede Hoey Braendstrup Signed-off-by: Khem Raj --- .../dbus-cxx/{dbus-cxx_2.6.0.bb => dbus-cxx_2.6.1.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-oe/recipes-core/dbus-cxx/{dbus-cxx_2.6.0.bb => dbus-cxx_2.6.1.bb} (96%) diff --git a/meta-oe/recipes-core/dbus-cxx/dbus-cxx_2.6.0.bb b/meta-oe/recipes-core/dbus-cxx/dbus-cxx_2.6.1.bb similarity index 96% rename from meta-oe/recipes-core/dbus-cxx/dbus-cxx_2.6.0.bb rename to meta-oe/recipes-core/dbus-cxx/dbus-cxx_2.6.1.bb index cfa476cd1c..bedd379e89 100644 --- a/meta-oe/recipes-core/dbus-cxx/dbus-cxx_2.6.0.bb +++ b/meta-oe/recipes-core/dbus-cxx/dbus-cxx_2.6.1.bb @@ -6,7 +6,7 @@ LICENSE = "LGPL-3.0-or-later | BSD-3-Clause" LIC_FILES_CHKSUM = "file://COPYING;md5=24594f493407a4cd401ce9794e0b9308" SRC_URI = "git://github.com/dbus-cxx/dbus-cxx.git;branch=master;protocol=https;tag=${PV}" -SRCREV = "b705ad73bef724de0ed33f60462c70b380b6b300" +SRCREV = "521a3d88bb731b94cc9998a0f711a5ca9e831e04" DEPENDS = "libsigc++-3"