[meta-oe,dunfell,1/4] Bump sdbus-c++ version to v0.8.3

Message ID 20220111152814.1270957-1-marex@denx.de
State New
Headers show
Series [meta-oe,dunfell,1/4] Bump sdbus-c++ version to v0.8.3 | expand

Commit Message

Marek Vasut Jan. 11, 2022, 3:28 p.m. UTC
From: Stanislav Angelovic <angelovic.s@gmail.com>

Signed-off-by: Khem Raj <raj.khem@gmail.com>
(cherry picked from commit b6213e4dd595d7dd2dbd67c1cad09e958ffd9c2f)
Signed-off-by: Marek Vasut <marex@denx.de>
---
 ...1-Try-to-first-find-googletest-in-the-system-before-do.patch | 0
 .../sdbus-c++/{sdbus-c++-0.8.1 => sdbus-c++-0.8.3}/run-ptest    | 0
 .../{sdbus-c++-tools_0.8.1.bb => sdbus-c++-tools_0.8.3.bb}      | 2 +-
 .../sdbus-c++/{sdbus-c++_0.8.1.bb => sdbus-c++_0.8.3.bb}        | 2 +-
 4 files changed, 2 insertions(+), 2 deletions(-)
 rename meta-oe/recipes-core/sdbus-c++/{sdbus-c++-0.8.1 => sdbus-c++-0.8.3}/0001-Try-to-first-find-googletest-in-the-system-before-do.patch (100%)
 rename meta-oe/recipes-core/sdbus-c++/{sdbus-c++-0.8.1 => sdbus-c++-0.8.3}/run-ptest (100%)
 rename meta-oe/recipes-core/sdbus-c++/{sdbus-c++-tools_0.8.1.bb => sdbus-c++-tools_0.8.3.bb} (88%)
 rename meta-oe/recipes-core/sdbus-c++/{sdbus-c++_0.8.1.bb => sdbus-c++_0.8.3.bb} (96%)

Comments

akuster808 Jan. 12, 2022, 4:41 a.m. UTC | #1
On 1/11/22 7:28 AM, Marek Vasut wrote:
> From: Stanislav Angelovic <angelovic.s@gmail.com>
>
> Signed-off-by: Khem Raj <raj.khem@gmail.com>
> (cherry picked from commit b6213e4dd595d7dd2dbd67c1cad09e958ffd9c2f)
> Signed-off-by: Marek Vasut <marex@denx.de>
Please sell me on the idea of why I should update this? Bug fix only,
this version is a stable or LTS version.

- armin
> ---
>  ...1-Try-to-first-find-googletest-in-the-system-before-do.patch | 0
>  .../sdbus-c++/{sdbus-c++-0.8.1 => sdbus-c++-0.8.3}/run-ptest    | 0
>  .../{sdbus-c++-tools_0.8.1.bb => sdbus-c++-tools_0.8.3.bb}      | 2 +-
>  .../sdbus-c++/{sdbus-c++_0.8.1.bb => sdbus-c++_0.8.3.bb}        | 2 +-
>  4 files changed, 2 insertions(+), 2 deletions(-)
>  rename meta-oe/recipes-core/sdbus-c++/{sdbus-c++-0.8.1 => sdbus-c++-0.8.3}/0001-Try-to-first-find-googletest-in-the-system-before-do.patch (100%)
>  rename meta-oe/recipes-core/sdbus-c++/{sdbus-c++-0.8.1 => sdbus-c++-0.8.3}/run-ptest (100%)
>  rename meta-oe/recipes-core/sdbus-c++/{sdbus-c++-tools_0.8.1.bb => sdbus-c++-tools_0.8.3.bb} (88%)
>  rename meta-oe/recipes-core/sdbus-c++/{sdbus-c++_0.8.1.bb => sdbus-c++_0.8.3.bb} (96%)
>
> diff --git a/meta-oe/recipes-core/sdbus-c++/sdbus-c++-0.8.1/0001-Try-to-first-find-googletest-in-the-system-before-do.patch b/meta-oe/recipes-core/sdbus-c++/sdbus-c++-0.8.3/0001-Try-to-first-find-googletest-in-the-system-before-do.patch
> similarity index 100%
> rename from meta-oe/recipes-core/sdbus-c++/sdbus-c++-0.8.1/0001-Try-to-first-find-googletest-in-the-system-before-do.patch
> rename to meta-oe/recipes-core/sdbus-c++/sdbus-c++-0.8.3/0001-Try-to-first-find-googletest-in-the-system-before-do.patch
> diff --git a/meta-oe/recipes-core/sdbus-c++/sdbus-c++-0.8.1/run-ptest b/meta-oe/recipes-core/sdbus-c++/sdbus-c++-0.8.3/run-ptest
> similarity index 100%
> rename from meta-oe/recipes-core/sdbus-c++/sdbus-c++-0.8.1/run-ptest
> rename to meta-oe/recipes-core/sdbus-c++/sdbus-c++-0.8.3/run-ptest
> diff --git a/meta-oe/recipes-core/sdbus-c++/sdbus-c++-tools_0.8.1.bb b/meta-oe/recipes-core/sdbus-c++/sdbus-c++-tools_0.8.3.bb
> similarity index 88%
> rename from meta-oe/recipes-core/sdbus-c++/sdbus-c++-tools_0.8.1.bb
> rename to meta-oe/recipes-core/sdbus-c++/sdbus-c++-tools_0.8.3.bb
> index 9eaec0f2a..3b87c2265 100644
> --- a/meta-oe/recipes-core/sdbus-c++/sdbus-c++-tools_0.8.1.bb
> +++ b/meta-oe/recipes-core/sdbus-c++/sdbus-c++-tools_0.8.3.bb
> @@ -8,7 +8,7 @@ inherit cmake
>  
>  DEPENDS += "expat"
>  
> -SRCREV = "3a4f343fb924650e7639660efa5f143961162044"
> +SRCREV = "6e8e5aadb674cccea5bdd55141db5dad887fbacd"
>  SRC_URI = "git://github.com/Kistler-Group/sdbus-cpp.git;protocol=https;branch=master;subpath=tools"
>  
>  S = "${WORKDIR}/tools"
> diff --git a/meta-oe/recipes-core/sdbus-c++/sdbus-c++_0.8.1.bb b/meta-oe/recipes-core/sdbus-c++/sdbus-c++_0.8.3.bb
> similarity index 96%
> rename from meta-oe/recipes-core/sdbus-c++/sdbus-c++_0.8.1.bb
> rename to meta-oe/recipes-core/sdbus-c++/sdbus-c++_0.8.3.bb
> index a94fb8def..3f805001f 100644
> --- a/meta-oe/recipes-core/sdbus-c++/sdbus-c++_0.8.1.bb
> +++ b/meta-oe/recipes-core/sdbus-c++/sdbus-c++_0.8.3.bb
> @@ -16,7 +16,7 @@ PACKAGECONFIG[with-tests] = "-DBUILD_TESTS=ON -DTESTS_INSTALL_PATH=${libdir}/${B
>  
>  DEPENDS += "expat"
>  
> -SRCREV = "3a4f343fb924650e7639660efa5f143961162044"
> +SRCREV = "6e8e5aadb674cccea5bdd55141db5dad887fbacd"
>  
>  SRC_URI = "git://github.com/Kistler-Group/sdbus-cpp.git;protocol=https;branch=master \
>      file://0001-Try-to-first-find-googletest-in-the-system-before-do.patch \
>
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#94746): https://lists.openembedded.org/g/openembedded-devel/message/94746
> Mute This Topic: https://lists.openembedded.org/mt/88351111/3616698
> Group Owner: openembedded-devel+owner@lists.openembedded.org
> Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [akuster808@gmail.com]
> -=-=-=-=-=-=-=-=-=-=-=-
>
Marek Vasut Jan. 20, 2022, 12:54 a.m. UTC | #2
On 1/11/22 16:28, Marek Vasut wrote:
> From: Stanislav Angelovic <angelovic.s@gmail.com>
> 
> Signed-off-by: Khem Raj <raj.khem@gmail.com>
> (cherry picked from commit b6213e4dd595d7dd2dbd67c1cad09e958ffd9c2f)
> Signed-off-by: Marek Vasut <marex@denx.de>

It seems I was not CCed on your question, please include me next time 
you expect to get an answer.

"
Please sell me on the idea of why I should update this? Bug fix only,
this version is a stable or LTS version.
"

It fixes the following race:
https://github.com/Kistler-Group/sdbus-cpp/issues/92

And a bunch of other fixes:

6e8e5aa Bump up to v0.8.3
3b735bf Introduce CI workflow based on GitHub Actions (#114)
2f7b35c Fix unused variable warnings for release builds
d5867e1 Fix unused variable warning for release builds
250aa2b Add additional messages to CMake build for optional parts
e63357b Remove non-virtual-dtor warnings by making classes final
2c6be03 Update CMake configuration flag names
138a437 Fix #112: Address a few inconsistencies and make code more idiomatic
cc8d88c Fix GetObjectPath() in integration tests
bded067 Fix #43: Clean up integration tests
c1c4512 Fix build with gcc8.3
175c43e Bump revision up to v0.8.2
c137dfa Fix potential data race in Proxy's condition variable
a0dadcc Fix integration tests after getObjectPath() introduction failed them
0d01044 Fix build with clang 9.0.1 and libcxx
ae8849e Implement #104: add getObjectPath() for classes (#105)
fb35a9a Fix integration test cases failing in specific situations
6cbd49d Install proper public sd-bus headers in internal libsystemd build
fb0a70a Fix #101: sanitize names of 
namespaces/methods/signals/properties/arguments (#102)
9af20af Fixed integration tests for libsystemd older than 242
63bbb07 Fixup for 00d0837d985dcec32cd8446e8a4f701e5370083f
00d0837 Introduce support for cancellable async calls
e91bedd Fix #92: CallData race condition in Proxy::callMethod
dc66efb Fix #93: Get signals working for multiple proxies.
a23aadb Fix required CMake version to v3.13
ae57c67 sdbus-c++-xml2cpp: fixed file existence condition
21820f7 Update using-sdbus-c++.md

Patch

diff --git a/meta-oe/recipes-core/sdbus-c++/sdbus-c++-0.8.1/0001-Try-to-first-find-googletest-in-the-system-before-do.patch b/meta-oe/recipes-core/sdbus-c++/sdbus-c++-0.8.3/0001-Try-to-first-find-googletest-in-the-system-before-do.patch
similarity index 100%
rename from meta-oe/recipes-core/sdbus-c++/sdbus-c++-0.8.1/0001-Try-to-first-find-googletest-in-the-system-before-do.patch
rename to meta-oe/recipes-core/sdbus-c++/sdbus-c++-0.8.3/0001-Try-to-first-find-googletest-in-the-system-before-do.patch
diff --git a/meta-oe/recipes-core/sdbus-c++/sdbus-c++-0.8.1/run-ptest b/meta-oe/recipes-core/sdbus-c++/sdbus-c++-0.8.3/run-ptest
similarity index 100%
rename from meta-oe/recipes-core/sdbus-c++/sdbus-c++-0.8.1/run-ptest
rename to meta-oe/recipes-core/sdbus-c++/sdbus-c++-0.8.3/run-ptest
diff --git a/meta-oe/recipes-core/sdbus-c++/sdbus-c++-tools_0.8.1.bb b/meta-oe/recipes-core/sdbus-c++/sdbus-c++-tools_0.8.3.bb
similarity index 88%
rename from meta-oe/recipes-core/sdbus-c++/sdbus-c++-tools_0.8.1.bb
rename to meta-oe/recipes-core/sdbus-c++/sdbus-c++-tools_0.8.3.bb
index 9eaec0f2a..3b87c2265 100644
--- a/meta-oe/recipes-core/sdbus-c++/sdbus-c++-tools_0.8.1.bb
+++ b/meta-oe/recipes-core/sdbus-c++/sdbus-c++-tools_0.8.3.bb
@@ -8,7 +8,7 @@  inherit cmake
 
 DEPENDS += "expat"
 
-SRCREV = "3a4f343fb924650e7639660efa5f143961162044"
+SRCREV = "6e8e5aadb674cccea5bdd55141db5dad887fbacd"
 SRC_URI = "git://github.com/Kistler-Group/sdbus-cpp.git;protocol=https;branch=master;subpath=tools"
 
 S = "${WORKDIR}/tools"
diff --git a/meta-oe/recipes-core/sdbus-c++/sdbus-c++_0.8.1.bb b/meta-oe/recipes-core/sdbus-c++/sdbus-c++_0.8.3.bb
similarity index 96%
rename from meta-oe/recipes-core/sdbus-c++/sdbus-c++_0.8.1.bb
rename to meta-oe/recipes-core/sdbus-c++/sdbus-c++_0.8.3.bb
index a94fb8def..3f805001f 100644
--- a/meta-oe/recipes-core/sdbus-c++/sdbus-c++_0.8.1.bb
+++ b/meta-oe/recipes-core/sdbus-c++/sdbus-c++_0.8.3.bb
@@ -16,7 +16,7 @@  PACKAGECONFIG[with-tests] = "-DBUILD_TESTS=ON -DTESTS_INSTALL_PATH=${libdir}/${B
 
 DEPENDS += "expat"
 
-SRCREV = "3a4f343fb924650e7639660efa5f143961162044"
+SRCREV = "6e8e5aadb674cccea5bdd55141db5dad887fbacd"
 
 SRC_URI = "git://github.com/Kistler-Group/sdbus-cpp.git;protocol=https;branch=master \
     file://0001-Try-to-first-find-googletest-in-the-system-before-do.patch \