diff options
author | Stanislav Angelovic <stanislav.angelovic.ext@siemens.com> | 2023-08-30 12:01:17 +0200 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2023-08-30 16:06:29 -0700 |
commit | d88ac90b627d4eb540ceb1a29b0c8de4e36224aa (patch) | |
tree | 37555f5a97720d414019b11454d13c000755c5e8 | |
parent | c38239b3d99a0fc2a13e9e0a3cbce884bbdac127 (diff) | |
download | meta-openembedded-d88ac90b627d4eb540ceb1a29b0c8de4e36224aa.tar.gz |
feat: bump sdbus-c++ up to v1.3.0
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rwxr-xr-x | meta-oe/recipes-core/sdbus-c++/sdbus-c++-1.3.0/run-ptest (renamed from meta-oe/recipes-core/sdbus-c++/sdbus-c++-1.2.0/run-ptest) | 0 | ||||
-rw-r--r-- | meta-oe/recipes-core/sdbus-c++/sdbus-c++-tools_1.3.0.bb (renamed from meta-oe/recipes-core/sdbus-c++/sdbus-c++-tools_1.2.0.bb) | 2 | ||||
-rw-r--r-- | meta-oe/recipes-core/sdbus-c++/sdbus-c++_1.3.0.bb (renamed from meta-oe/recipes-core/sdbus-c++/sdbus-c++_1.2.0.bb) | 2 |
3 files changed, 2 insertions, 2 deletions
diff --git a/meta-oe/recipes-core/sdbus-c++/sdbus-c++-1.2.0/run-ptest b/meta-oe/recipes-core/sdbus-c++/sdbus-c++-1.3.0/run-ptest index f6ade0c7e4..f6ade0c7e4 100755 --- a/meta-oe/recipes-core/sdbus-c++/sdbus-c++-1.2.0/run-ptest +++ b/meta-oe/recipes-core/sdbus-c++/sdbus-c++-1.3.0/run-ptest | |||
diff --git a/meta-oe/recipes-core/sdbus-c++/sdbus-c++-tools_1.2.0.bb b/meta-oe/recipes-core/sdbus-c++/sdbus-c++-tools_1.3.0.bb index 27b965ac11..a7e147877b 100644 --- a/meta-oe/recipes-core/sdbus-c++/sdbus-c++-tools_1.2.0.bb +++ b/meta-oe/recipes-core/sdbus-c++/sdbus-c++-tools_1.3.0.bb | |||
@@ -8,7 +8,7 @@ inherit cmake | |||
8 | 8 | ||
9 | DEPENDS += "expat" | 9 | DEPENDS += "expat" |
10 | 10 | ||
11 | SRCREV = "751c1addc4fd2f949a466f488c1b7de2ca3b76dc" | 11 | SRCREV = "0eda85574546d19d9f06d6d5418bc192b3846f96" |
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;subpath=tools" |
13 | 13 | ||
14 | S = "${WORKDIR}/tools" | 14 | S = "${WORKDIR}/tools" |
diff --git a/meta-oe/recipes-core/sdbus-c++/sdbus-c++_1.2.0.bb b/meta-oe/recipes-core/sdbus-c++/sdbus-c++_1.3.0.bb index 2fb975ced6..2ef4d5a4b7 100644 --- a/meta-oe/recipes-core/sdbus-c++/sdbus-c++_1.2.0.bb +++ b/meta-oe/recipes-core/sdbus-c++/sdbus-c++_1.3.0.bb | |||
@@ -16,7 +16,7 @@ PACKAGECONFIG[with-tests] = "-DBUILD_TESTS=ON -DTESTS_INSTALL_PATH=${libdir}/${B | |||
16 | 16 | ||
17 | DEPENDS += "expat" | 17 | DEPENDS += "expat" |
18 | 18 | ||
19 | SRCREV = "751c1addc4fd2f949a466f488c1b7de2ca3b76dc" | 19 | SRCREV = "0eda85574546d19d9f06d6d5418bc192b3846f96" |
20 | 20 | ||
21 | SRC_URI = "git://github.com/Kistler-Group/sdbus-cpp.git;protocol=https;branch=master" | 21 | SRC_URI = "git://github.com/Kistler-Group/sdbus-cpp.git;protocol=https;branch=master" |
22 | SRC_URI += "file://run-ptest" | 22 | SRC_URI += "file://run-ptest" |