mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-05 02:50:46 +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:
+1
-1
@@ -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"
|
||||
+1
-1
@@ -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"
|
||||
Reference in New Issue
Block a user