From ff397db3d10569da3607df7bdef57767bce79d0a Mon Sep 17 00:00:00 2001 From: Frede Hoey Braendstrup Date: Wed, 18 Feb 2026 09:55:18 +0100 Subject: 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 --- meta-oe/recipes-core/dbus-cxx/dbus-cxx_2.6.0.bb | 42 ------------------------- meta-oe/recipes-core/dbus-cxx/dbus-cxx_2.6.1.bb | 42 +++++++++++++++++++++++++ 2 files changed, 42 insertions(+), 42 deletions(-) delete mode 100644 meta-oe/recipes-core/dbus-cxx/dbus-cxx_2.6.0.bb create mode 100644 meta-oe/recipes-core/dbus-cxx/dbus-cxx_2.6.1.bb 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.0.bb deleted file mode 100644 index cfa476cd1c..0000000000 --- a/meta-oe/recipes-core/dbus-cxx/dbus-cxx_2.6.0.bb +++ /dev/null @@ -1,42 +0,0 @@ -SUMMARY = "D-Bus implementation in C++" -HOMEPAGE = "https://dbus-cxx.github.io/" -BUGTRACKER = "https://github.com/dbus-cxx/dbus-cxx/issues" -SECTION = "base" -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" - -DEPENDS = "libsigc++-3" - -RDEPENDS:${PN}:class-target = "${VIRTUAL-RUNTIME_dbus}" - - -inherit pkgconfig cmake - -OECMAKE_FIND_ROOT_PATH_MODE_PROGRAM = "BOTH" -EXTRA_OECMAKE = "-DBUILD_TESTING=OFF -DTOOLS_BUNDLED_CPPGENERATE=OFF" - -PACKAGECONFIG ??= "" -PACKAGECONFIG:class-native ?= "tools" -PACKAGECONFIG:class-nativesdk ?= "tools" - -PACKAGECONFIG[tools] = "-DENABLE_TOOLS=ON,-DENABLE_TOOLS=OFF,popt cppgenerate dbus" -PACKAGECONFIG[glib] = "-DENABLE_GLIB_SUPPORT=ON,-DENABLE_GLIB_SUPPORT=OFF,glib-2.0" -PACKAGECONFIG[uv] = "-DENABLE_UV_SUPPORT=ON,-DENABLE_UV_SUPPORT=OFF,libuv" - -PACKAGES =+ " ${PN}-tools ${PN}-glib ${PN}-uv ${PN}-glib-dev ${PN}-uv-dev " -FILES:${PN}-tools = "${bindir}/dbus-cxx-xml2cpp ${bindir}/dbus-cxx-introspect" -FILES:${PN}-glib = "${libdir}/libdbus-cxx-glib.so.* " -FILES:${PN}-glib-dev = "${includedir}/dbus-cxx-glib-2.0/* \ - ${libdir}/pkgconfig/dbus-cxx-glib-2.0.pc \ - ${libdir}/libdbus-cxx-glib.so \ - " -FILES:${PN}-uv = "${libdir}/libdbus-cxx-uv.so.* " -FILES:${PN}-uv-dev = "${includedir}/dbus-cxx-uv-2.0/* \ - ${libdir}/pkgconfig/dbus-cxx-uv-2.0.pc\ - ${libdir}/libdbus-cxx-uv.so \ - " - -BBCLASSEXTEND = "native nativesdk" diff --git a/meta-oe/recipes-core/dbus-cxx/dbus-cxx_2.6.1.bb b/meta-oe/recipes-core/dbus-cxx/dbus-cxx_2.6.1.bb new file mode 100644 index 0000000000..bedd379e89 --- /dev/null +++ b/meta-oe/recipes-core/dbus-cxx/dbus-cxx_2.6.1.bb @@ -0,0 +1,42 @@ +SUMMARY = "D-Bus implementation in C++" +HOMEPAGE = "https://dbus-cxx.github.io/" +BUGTRACKER = "https://github.com/dbus-cxx/dbus-cxx/issues" +SECTION = "base" +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 = "521a3d88bb731b94cc9998a0f711a5ca9e831e04" + +DEPENDS = "libsigc++-3" + +RDEPENDS:${PN}:class-target = "${VIRTUAL-RUNTIME_dbus}" + + +inherit pkgconfig cmake + +OECMAKE_FIND_ROOT_PATH_MODE_PROGRAM = "BOTH" +EXTRA_OECMAKE = "-DBUILD_TESTING=OFF -DTOOLS_BUNDLED_CPPGENERATE=OFF" + +PACKAGECONFIG ??= "" +PACKAGECONFIG:class-native ?= "tools" +PACKAGECONFIG:class-nativesdk ?= "tools" + +PACKAGECONFIG[tools] = "-DENABLE_TOOLS=ON,-DENABLE_TOOLS=OFF,popt cppgenerate dbus" +PACKAGECONFIG[glib] = "-DENABLE_GLIB_SUPPORT=ON,-DENABLE_GLIB_SUPPORT=OFF,glib-2.0" +PACKAGECONFIG[uv] = "-DENABLE_UV_SUPPORT=ON,-DENABLE_UV_SUPPORT=OFF,libuv" + +PACKAGES =+ " ${PN}-tools ${PN}-glib ${PN}-uv ${PN}-glib-dev ${PN}-uv-dev " +FILES:${PN}-tools = "${bindir}/dbus-cxx-xml2cpp ${bindir}/dbus-cxx-introspect" +FILES:${PN}-glib = "${libdir}/libdbus-cxx-glib.so.* " +FILES:${PN}-glib-dev = "${includedir}/dbus-cxx-glib-2.0/* \ + ${libdir}/pkgconfig/dbus-cxx-glib-2.0.pc \ + ${libdir}/libdbus-cxx-glib.so \ + " +FILES:${PN}-uv = "${libdir}/libdbus-cxx-uv.so.* " +FILES:${PN}-uv-dev = "${includedir}/dbus-cxx-uv-2.0/* \ + ${libdir}/pkgconfig/dbus-cxx-uv-2.0.pc\ + ${libdir}/libdbus-cxx-uv.so \ + " + +BBCLASSEXTEND = "native nativesdk" -- cgit v1.2.3-54-g00ecf