diff options
| author | Wang Mingyu <wangmy@fujitsu.com> | 2026-05-27 17:48:02 +0800 |
|---|---|---|
| committer | Khem Raj <khem.raj@oss.qualcomm.com> | 2026-05-31 03:08:55 -0700 |
| commit | 1d9f910be95090bf84a00a79e44e014512a69227 (patch) | |
| tree | e30562e4618c1260c497c4a492a6bb4801adb863 /meta-oe | |
| parent | d08d0eb5e8772d773fbb02dca8130f90fafae0b0 (diff) | |
| download | meta-openembedded-1d9f910be95090bf84a00a79e44e014512a69227.tar.gz | |
sdbus-c++: upgrade 2.2.1 -> 2.3.1
0001-test-Fix-error-factory-test-for-musl-libc-compatibil.patch
refreshed for 2.3.1
Changelog:
=============
- Add coroutine support for client-side async calls
- Add support for dumping variant to string
- Introduce clang-tidy for static analysis and fix issues
- Add deduction guides for Struct from std::tuple
- Other fixes and improvements
- Fix ABI compat issue by moving new virtual functions to the end of the class
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
Diffstat (limited to 'meta-oe')
| -rw-r--r-- | meta-oe/recipes-core/sdbus-c++/sdbus-c++/0001-test-Fix-error-factory-test-for-musl-libc-compatibil.patch | 10 | ||||
| -rw-r--r-- | meta-oe/recipes-core/sdbus-c++/sdbus-c++_2.3.1.bb (renamed from meta-oe/recipes-core/sdbus-c++/sdbus-c++_2.2.1.bb) | 2 |
2 files changed, 7 insertions, 5 deletions
diff --git a/meta-oe/recipes-core/sdbus-c++/sdbus-c++/0001-test-Fix-error-factory-test-for-musl-libc-compatibil.patch b/meta-oe/recipes-core/sdbus-c++/sdbus-c++/0001-test-Fix-error-factory-test-for-musl-libc-compatibil.patch index 118d84e290..6f366695ba 100644 --- a/meta-oe/recipes-core/sdbus-c++/sdbus-c++/0001-test-Fix-error-factory-test-for-musl-libc-compatibil.patch +++ b/meta-oe/recipes-core/sdbus-c++/sdbus-c++/0001-test-Fix-error-factory-test-for-musl-libc-compatibil.patch | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | From da0d6595c48905ec7d99f1a75878fbeb17972d75 Mon Sep 17 00:00:00 2001 | 1 | From ee1f61e7b4ac2cd5eb383e92b9e6eb1640675f72 Mon Sep 17 00:00:00 2001 |
| 2 | From: Khem Raj <raj.khem@gmail.com> | 2 | From: Khem Raj <raj.khem@gmail.com> |
| 3 | Date: Wed, 26 Nov 2025 23:29:53 -0800 | 3 | Date: Wed, 26 Nov 2025 23:29:53 -0800 |
| 4 | Subject: [PATCH] test: Fix error factory test for musl libc compatibility | 4 | Subject: [PATCH] test: Fix error factory test for musl libc compatibility |
| @@ -13,12 +13,14 @@ Upstream-Status: Pending | |||
| 13 | 13 | ||
| 14 | Signed-off-by: Khem Raj <raj.khem@gmail.com> | 14 | Signed-off-by: Khem Raj <raj.khem@gmail.com> |
| 15 | --- | 15 | --- |
| 16 | tests/unittests/Types_test.cpp | 4 ++-- | 16 | tests/unittests/Types_test.cpp | 2 +- |
| 17 | 1 file changed, 2 insertions(+), 2 deletions(-) | 17 | 1 file changed, 1 insertion(+), 1 deletion(-) |
| 18 | 18 | ||
| 19 | diff --git a/tests/unittests/Types_test.cpp b/tests/unittests/Types_test.cpp | ||
| 20 | index 7405265..7a24f0c 100644 | ||
| 19 | --- a/tests/unittests/Types_test.cpp | 21 | --- a/tests/unittests/Types_test.cpp |
| 20 | +++ b/tests/unittests/Types_test.cpp | 22 | +++ b/tests/unittests/Types_test.cpp |
| 21 | @@ -488,7 +488,7 @@ TEST(AnErrorFactory, CanCreateAnErrorFro | 23 | @@ -551,7 +551,7 @@ TEST(AnErrorFactory, CanCreateAnErrorFromErrno) |
| 22 | EXPECT_TRUE(error.isValid()); | 24 | EXPECT_TRUE(error.isValid()); |
| 23 | } | 25 | } |
| 24 | 26 | ||
diff --git a/meta-oe/recipes-core/sdbus-c++/sdbus-c++_2.2.1.bb b/meta-oe/recipes-core/sdbus-c++/sdbus-c++_2.3.1.bb index 43646953f2..b752025dd4 100644 --- a/meta-oe/recipes-core/sdbus-c++/sdbus-c++_2.2.1.bb +++ b/meta-oe/recipes-core/sdbus-c++/sdbus-c++_2.3.1.bb | |||
| @@ -16,7 +16,7 @@ PACKAGECONFIG[with-tests] = "-DSDBUSCPP_BUILD_TESTS=ON -DSDBUSCPP_INSTALL_TESTS= | |||
| 16 | 16 | ||
| 17 | DEPENDS += "expat" | 17 | DEPENDS += "expat" |
| 18 | 18 | ||
| 19 | SRCREV = "28b78822cfc5fbec4bd9906168493e9985f586ed" | 19 | SRCREV = "ca073434d2c03c2b619f7e23f285cebbf32c7e46" |
| 20 | SRC_URI = "git://github.com/Kistler-Group/sdbus-cpp.git;protocol=https;branch=master;tag=v${PV} \ | 20 | SRC_URI = "git://github.com/Kistler-Group/sdbus-cpp.git;protocol=https;branch=master;tag=v${PV} \ |
| 21 | file://0001-test-Fix-error-factory-test-for-musl-libc-compatibil.patch \ | 21 | file://0001-test-Fix-error-factory-test-for-musl-libc-compatibil.patch \ |
| 22 | file://run-ptest" | 22 | file://run-ptest" |
