summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2024-03-25 17:27:03 -0700
committerKhem Raj <raj.khem@gmail.com>2024-03-25 18:52:52 -0700
commitaa1a4a8cdfea0c8b5553f75767163a81743cb066 (patch)
tree1b1eb85b08b702ab1206d348495f7acc79967887
parent6e0d48562b496a3326377722b94556bf02d3432f (diff)
downloadmeta-openembedded-aa1a4a8cdfea0c8b5553f75767163a81743cb066.tar.gz
sdbus-c++,sdbus-c++-tools: Upgrade to 1.5.0 release
v1.5.0 - Improve handling of exceptions from callback handlers - Add support for async registration of matches - Correctly add libsystemd dependency to pkgconfi - Fix request name signal handling issue - Add INSTALL_TESTS CMake option - Minor UnixFd cleanups - Additional little fixes and updates in code, build system, CI, and documentation Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rwxr-xr-xmeta-oe/recipes-core/sdbus-c++/sdbus-c++-1.5.0/run-ptest (renamed from meta-oe/recipes-core/sdbus-c++/sdbus-c++-1.4.0/run-ptest)0
-rw-r--r--meta-oe/recipes-core/sdbus-c++/sdbus-c++-tools_1.5.0.bb (renamed from meta-oe/recipes-core/sdbus-c++/sdbus-c++-tools_1.4.0.bb)2
-rw-r--r--meta-oe/recipes-core/sdbus-c++/sdbus-c++_1.5.0.bb (renamed from meta-oe/recipes-core/sdbus-c++/sdbus-c++_1.4.0.bb)2
3 files changed, 2 insertions, 2 deletions
diff --git a/meta-oe/recipes-core/sdbus-c++/sdbus-c++-1.4.0/run-ptest b/meta-oe/recipes-core/sdbus-c++/sdbus-c++-1.5.0/run-ptest
index 2dc6e1eca..2dc6e1eca 100755
--- a/meta-oe/recipes-core/sdbus-c++/sdbus-c++-1.4.0/run-ptest
+++ b/meta-oe/recipes-core/sdbus-c++/sdbus-c++-1.5.0/run-ptest
diff --git a/meta-oe/recipes-core/sdbus-c++/sdbus-c++-tools_1.4.0.bb b/meta-oe/recipes-core/sdbus-c++/sdbus-c++-tools_1.5.0.bb
index 956b4b82f..6b1af2528 100644
--- a/meta-oe/recipes-core/sdbus-c++/sdbus-c++-tools_1.4.0.bb
+++ b/meta-oe/recipes-core/sdbus-c++/sdbus-c++-tools_1.5.0.bb
@@ -8,7 +8,7 @@ inherit cmake
8 8
9DEPENDS += "expat" 9DEPENDS += "expat"
10 10
11SRCREV = "b482cd6d0890e3f9ae141b4aeb07d3724e48b3db" 11SRCREV = "30d9f1d46258c2be4ce29b7f7f168ecdf6d4f328"
12SRC_URI = "git://github.com/Kistler-Group/sdbus-cpp.git;protocol=https;branch=master;subpath=tools" 12SRC_URI = "git://github.com/Kistler-Group/sdbus-cpp.git;protocol=https;branch=master;subpath=tools"
13 13
14S = "${WORKDIR}/tools" 14S = "${WORKDIR}/tools"
diff --git a/meta-oe/recipes-core/sdbus-c++/sdbus-c++_1.4.0.bb b/meta-oe/recipes-core/sdbus-c++/sdbus-c++_1.5.0.bb
index ca91b351e..f52ba141e 100644
--- a/meta-oe/recipes-core/sdbus-c++/sdbus-c++_1.4.0.bb
+++ b/meta-oe/recipes-core/sdbus-c++/sdbus-c++_1.5.0.bb
@@ -16,7 +16,7 @@ PACKAGECONFIG[with-tests] = "-DBUILD_TESTS=ON -DTESTS_INSTALL_PATH=${PTEST_PATH}
16 16
17DEPENDS += "expat" 17DEPENDS += "expat"
18 18
19SRCREV = "b482cd6d0890e3f9ae141b4aeb07d3724e48b3db" 19SRCREV = "30d9f1d46258c2be4ce29b7f7f168ecdf6d4f328"
20 20
21SRC_URI = "git://github.com/Kistler-Group/sdbus-cpp.git;protocol=https;branch=master" 21SRC_URI = "git://github.com/Kistler-Group/sdbus-cpp.git;protocol=https;branch=master"
22SRC_URI += "file://run-ptest" 22SRC_URI += "file://run-ptest"