mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-04 16:10:10 +00:00
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:
parent
6e0d48562b
commit
aa1a4a8cdf
|
|
@ -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"
|
||||
|
|
@ -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"
|
||||
Loading…
Reference in New Issue
Block a user