diff options
| author | Wang Mingyu <wangmy@fujitsu.com> | 2022-01-21 08:35:51 +0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2022-01-24 09:11:01 -0800 |
| commit | 488b89e47046c49320b4b60561d075e5d486f8a3 (patch) | |
| tree | 1e96f9e6690380d842bb36dc59ac2ca80781c523 /meta-oe/recipes-core | |
| parent | 268f962dd57aadd1e9cc91f30486b9f2f4f0224f (diff) | |
| download | meta-openembedded-488b89e47046c49320b4b60561d075e5d486f8a3.tar.gz | |
sdbus-c++-tools: upgrade 1.0.0 -> 1.1.0
Changelog:
=========
Fix timeout handling for asynchronous method calls
Add support for unregistering signal handler
Add support for chrono literals in sdbus-c++-xml2cpp generator
Additional little fixes and improvements in code, build system, and documentation
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-core')
| -rw-r--r-- | meta-oe/recipes-core/sdbus-c++/sdbus-c++-tools_1.1.0.bb (renamed from meta-oe/recipes-core/sdbus-c++/sdbus-c++-tools_1.0.0.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-core/sdbus-c++/sdbus-c++-tools_1.0.0.bb b/meta-oe/recipes-core/sdbus-c++/sdbus-c++-tools_1.1.0.bb index 35e9401607..1064b85b37 100644 --- a/meta-oe/recipes-core/sdbus-c++/sdbus-c++-tools_1.0.0.bb +++ b/meta-oe/recipes-core/sdbus-c++/sdbus-c++-tools_1.1.0.bb | |||
| @@ -8,7 +8,7 @@ inherit cmake | |||
| 8 | 8 | ||
| 9 | DEPENDS += "expat" | 9 | DEPENDS += "expat" |
| 10 | 10 | ||
| 11 | SRCREV = "65782bbf435d91e5eb6af9ddab110df406a824a9" | 11 | SRCREV = "bca8e81037766a0454740c40307eea32831c101f" |
| 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" |
