summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLiu Yiding <liuyd.fnst@fujitsu.com>2025-11-25 16:54:15 +0800
committerKhem Raj <raj.khem@gmail.com>2025-11-25 07:44:40 -0800
commitaa8fd63b495a82fb727c2ace203fcaa4c0235f5a (patch)
treeb9fb6a61ddc577f69d47368b3c7b3b889bb2d2f9
parent9fb5981859873f76b1a4a2c31c08acf19cf437cf (diff)
downloadmeta-openembedded-aa8fd63b495a82fb727c2ace203fcaa4c0235f5a.tar.gz
sdbus-c++-tools: 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++-tools_2.2.1.bb (renamed from meta-oe/recipes-core/sdbus-c++/sdbus-c++-tools_2.1.0.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-core/sdbus-c++/sdbus-c++-tools_2.1.0.bb b/meta-oe/recipes-core/sdbus-c++/sdbus-c++-tools_2.2.1.bb
index 0467c834b8..13a7b8a45e 100644
--- a/meta-oe/recipes-core/sdbus-c++/sdbus-c++-tools_2.1.0.bb
+++ b/meta-oe/recipes-core/sdbus-c++/sdbus-c++-tools_2.2.1.bb
@@ -8,7 +8,7 @@ inherit cmake
8 8
9DEPENDS += "expat" 9DEPENDS += "expat"
10 10
11SRCREV = "0261d0ec60b68c1f0a6ec9acf63d1379f7d569f8" 11SRCREV = "28b78822cfc5fbec4bd9906168493e9985f586ed"
12SRC_URI = "git://github.com/Kistler-Group/sdbus-cpp.git;protocol=https;branch=master;tag=v${PV};subpath=tools" 12SRC_URI = "git://github.com/Kistler-Group/sdbus-cpp.git;protocol=https;branch=master;tag=v${PV};subpath=tools"
13 13
14S = "${UNPACKDIR}/tools" 14S = "${UNPACKDIR}/tools"