diff options
| author | Khem Raj <raj.khem@gmail.com> | 2024-03-25 17:27:03 -0700 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2024-03-25 18:52:52 -0700 |
| commit | aa1a4a8cdfea0c8b5553f75767163a81743cb066 (patch) | |
| tree | 1b1eb85b08b702ab1206d348495f7acc79967887 | |
| parent | 6e0d48562b496a3326377722b94556bf02d3432f (diff) | |
| download | meta-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-x | meta-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 2dc6e1eca1..2dc6e1eca1 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 956b4b82f4..6b1af25280 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 | ||
| 9 | DEPENDS += "expat" | 9 | DEPENDS += "expat" |
| 10 | 10 | ||
| 11 | SRCREV = "b482cd6d0890e3f9ae141b4aeb07d3724e48b3db" | 11 | SRCREV = "30d9f1d46258c2be4ce29b7f7f168ecdf6d4f328" |
| 12 | SRC_URI = "git://github.com/Kistler-Group/sdbus-cpp.git;protocol=https;branch=master;subpath=tools" | 12 | SRC_URI = "git://github.com/Kistler-Group/sdbus-cpp.git;protocol=https;branch=master;subpath=tools" |
| 13 | 13 | ||
| 14 | S = "${WORKDIR}/tools" | 14 | S = "${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 ca91b351ed..f52ba141e1 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 | ||
| 17 | DEPENDS += "expat" | 17 | DEPENDS += "expat" |
| 18 | 18 | ||
| 19 | SRCREV = "b482cd6d0890e3f9ae141b4aeb07d3724e48b3db" | 19 | SRCREV = "30d9f1d46258c2be4ce29b7f7f168ecdf6d4f328" |
| 20 | 20 | ||
| 21 | SRC_URI = "git://github.com/Kistler-Group/sdbus-cpp.git;protocol=https;branch=master" | 21 | SRC_URI = "git://github.com/Kistler-Group/sdbus-cpp.git;protocol=https;branch=master" |
| 22 | SRC_URI += "file://run-ptest" | 22 | SRC_URI += "file://run-ptest" |
