diff options
author | Thomas Noack <Thomas.Noack@iris-sensing.com> | 2025-05-06 14:50:30 +0000 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2025-05-06 08:20:46 -0700 |
commit | af630da51d4ad009413af7c902dd1b66abc528d2 (patch) | |
tree | b05902e5cfe01f56282ba2f5b7ab2d3256ea91fa | |
parent | 5e1df42ade0ff15237ded0d8626fbffd29556d0a (diff) | |
download | meta-openembedded-af630da51d4ad009413af7c902dd1b66abc528d2.tar.gz |
sdbus-c++: Upgrade to 2.1.0 release
Signed-off-by: Thomas Noack <thomas.noack@iris-sensing.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r-- | meta-oe/recipes-core/sdbus-c++/sdbus-c++-tools_2.1.0.bb (renamed from meta-oe/recipes-core/sdbus-c++/sdbus-c++-tools_2.0.0.bb) | 4 | ||||
-rw-r--r-- | meta-oe/recipes-core/sdbus-c++/sdbus-c++_2.1.0.bb (renamed from meta-oe/recipes-core/sdbus-c++/sdbus-c++_2.0.0.bb) | 5 |
2 files changed, 4 insertions, 5 deletions
diff --git a/meta-oe/recipes-core/sdbus-c++/sdbus-c++-tools_2.0.0.bb b/meta-oe/recipes-core/sdbus-c++/sdbus-c++-tools_2.1.0.bb index af112ced88..c55c305611 100644 --- a/meta-oe/recipes-core/sdbus-c++/sdbus-c++-tools_2.0.0.bb +++ b/meta-oe/recipes-core/sdbus-c++/sdbus-c++-tools_2.1.0.bb | |||
@@ -8,8 +8,8 @@ inherit cmake | |||
8 | 8 | ||
9 | DEPENDS += "expat" | 9 | DEPENDS += "expat" |
10 | 10 | ||
11 | SRCREV = "e62472b210d9e7f06a5e611c23471d414c99a99c" | 11 | SRCREV = "0261d0ec60b68c1f0a6ec9acf63d1379f7d569f8" |
12 | SRC_URI = "git://github.com/Kistler-Group/sdbus-cpp.git;protocol=https;branch=master;subpath=tools" | 12 | SRC_URI = "git://github.com/Kistler-Group/sdbus-cpp.git;protocol=https;branch=master;tag=v${PV};subpath=tools" |
13 | 13 | ||
14 | S = "${WORKDIR}/tools" | 14 | S = "${WORKDIR}/tools" |
15 | 15 | ||
diff --git a/meta-oe/recipes-core/sdbus-c++/sdbus-c++_2.0.0.bb b/meta-oe/recipes-core/sdbus-c++/sdbus-c++_2.1.0.bb index a3e7c9ab54..f3799adb3c 100644 --- a/meta-oe/recipes-core/sdbus-c++/sdbus-c++_2.0.0.bb +++ b/meta-oe/recipes-core/sdbus-c++/sdbus-c++_2.1.0.bb | |||
@@ -16,9 +16,8 @@ PACKAGECONFIG[with-tests] = "-DSDBUSCPP_BUILD_TESTS=ON -DSDBUSCPP_INSTALL_TESTS= | |||
16 | 16 | ||
17 | DEPENDS += "expat" | 17 | DEPENDS += "expat" |
18 | 18 | ||
19 | PV .= "+git" | 19 | SRCREV = "0261d0ec60b68c1f0a6ec9acf63d1379f7d569f8" |
20 | SRCREV = "e62472b210d9e7f06a5e611c23471d414c99a99c" | 20 | SRC_URI = "git://github.com/Kistler-Group/sdbus-cpp.git;protocol=https;branch=master;tag=v${PV} \ |
21 | SRC_URI = "git://github.com/Kistler-Group/sdbus-cpp.git;protocol=https;branch=master \ | ||
22 | file://run-ptest" | 21 | file://run-ptest" |
23 | 22 | ||
24 | EXTRA_OECMAKE = "-DSDBUSCPP_BUILD_CODEGEN=OFF \ | 23 | EXTRA_OECMAKE = "-DSDBUSCPP_BUILD_CODEGEN=OFF \ |