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>
This commit is contained in:
Khem Raj 2024-03-25 17:27:03 -07:00
parent 6e0d48562b
commit aa1a4a8cdf
No known key found for this signature in database
GPG Key ID: BB053355919D3314
3 changed files with 2 additions and 2 deletions

View File

@ -8,7 +8,7 @@ inherit cmake
DEPENDS += "expat"
SRCREV = "b482cd6d0890e3f9ae141b4aeb07d3724e48b3db"
SRCREV = "30d9f1d46258c2be4ce29b7f7f168ecdf6d4f328"
SRC_URI = "git://github.com/Kistler-Group/sdbus-cpp.git;protocol=https;branch=master;subpath=tools"
S = "${WORKDIR}/tools"

View File

@ -16,7 +16,7 @@ PACKAGECONFIG[with-tests] = "-DBUILD_TESTS=ON -DTESTS_INSTALL_PATH=${PTEST_PATH}
DEPENDS += "expat"
SRCREV = "b482cd6d0890e3f9ae141b4aeb07d3724e48b3db"
SRCREV = "30d9f1d46258c2be4ce29b7f7f168ecdf6d4f328"
SRC_URI = "git://github.com/Kistler-Group/sdbus-cpp.git;protocol=https;branch=master"
SRC_URI += "file://run-ptest"