summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLiu Yiding <liuyd.fnst@fujitsu.com>2025-11-25 16:53:28 +0800
committerKhem Raj <raj.khem@gmail.com>2025-11-25 07:44:39 -0800
commit9fb5981859873f76b1a4a2c31c08acf19cf437cf (patch)
tree7c57e69e1592fac55075cb99f78148e594559216
parent22af3b81a78b5e56b0e293ec860e4649f66ec158 (diff)
downloadmeta-openembedded-9fb5981859873f76b1a4a2c31c08acf19cf437cf.tar.gz
sdbus-c++: upgrade 2.1.0 -> 2.2.1
Changelog: https://github.com/Kistler-Group/sdbus-cpp/releases/tag/v2.2.1 Signed-off-by: Liu Yiding <liuyd.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--meta-oe/recipes-core/sdbus-c++/sdbus-c++_2.2.1.bb (renamed from meta-oe/recipes-core/sdbus-c++/sdbus-c++_2.1.0.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-core/sdbus-c++/sdbus-c++_2.1.0.bb b/meta-oe/recipes-core/sdbus-c++/sdbus-c++_2.2.1.bb
index 62b30e9894..6cacb5dfe8 100644
--- a/meta-oe/recipes-core/sdbus-c++/sdbus-c++_2.1.0.bb
+++ b/meta-oe/recipes-core/sdbus-c++/sdbus-c++_2.2.1.bb
@@ -16,7 +16,7 @@ PACKAGECONFIG[with-tests] = "-DSDBUSCPP_BUILD_TESTS=ON -DSDBUSCPP_INSTALL_TESTS=
16 16
17DEPENDS += "expat" 17DEPENDS += "expat"
18 18
19SRCREV = "0261d0ec60b68c1f0a6ec9acf63d1379f7d569f8" 19SRCREV = "28b78822cfc5fbec4bd9906168493e9985f586ed"
20SRC_URI = "git://github.com/Kistler-Group/sdbus-cpp.git;protocol=https;branch=master;tag=v${PV} \ 20SRC_URI = "git://github.com/Kistler-Group/sdbus-cpp.git;protocol=https;branch=master;tag=v${PV} \
21 file://run-ptest" 21 file://run-ptest"
22 22