summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Noack <Thomas.Noack@iris-sensing.com>2026-06-15 07:03:18 +0000
committerKhem Raj <khem.raj@oss.qualcomm.com>2026-06-15 22:43:44 -0700
commita0ae7ede1788dc0261f2c38a2ea9db3d381ccfd0 (patch)
tree482f410b114a2754631d83fe227eb86abff12e56
parent3572bbbe74e7c9327d49f9379365d24f77c2475f (diff)
downloadmeta-openembedded-a0ae7ede1788dc0261f2c38a2ea9db3d381ccfd0.tar.gz
sdbus-c++-tools: upgrade 2.2.1 -> 2.3.1
Changelog: - https://github.com/Kistler-Group/sdbus-cpp/releases/tag/v2.3.0 - https://github.com/Kistler-Group/sdbus-cpp/releases/tag/v2.3.1 Signed-off-by: Thomas Noack <thomas.noack@iris-sensing.com> Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
-rw-r--r--meta-oe/recipes-core/sdbus-c++/sdbus-c++-tools_2.3.1.bb (renamed from meta-oe/recipes-core/sdbus-c++/sdbus-c++-tools_2.2.1.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-core/sdbus-c++/sdbus-c++-tools_2.2.1.bb b/meta-oe/recipes-core/sdbus-c++/sdbus-c++-tools_2.3.1.bb
index 13a7b8a45e..56e8bd9234 100644
--- a/meta-oe/recipes-core/sdbus-c++/sdbus-c++-tools_2.2.1.bb
+++ b/meta-oe/recipes-core/sdbus-c++/sdbus-c++-tools_2.3.1.bb
@@ -8,7 +8,7 @@ inherit cmake
8 8
9DEPENDS += "expat" 9DEPENDS += "expat"
10 10
11SRCREV = "28b78822cfc5fbec4bd9906168493e9985f586ed" 11SRCREV = "ca073434d2c03c2b619f7e23f285cebbf32c7e46"
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"