summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStanislav Angelovic <stanislav.angelovic.ext@siemens.com>2023-08-30 12:01:17 +0200
committerKhem Raj <raj.khem@gmail.com>2023-08-30 16:06:29 -0700
commitd88ac90b627d4eb540ceb1a29b0c8de4e36224aa (patch)
tree37555f5a97720d414019b11454d13c000755c5e8
parentc38239b3d99a0fc2a13e9e0a3cbce884bbdac127 (diff)
downloadmeta-openembedded-d88ac90b627d4eb540ceb1a29b0c8de4e36224aa.tar.gz
feat: bump sdbus-c++ up to v1.3.0
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rwxr-xr-xmeta-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
9DEPENDS += "expat" 9DEPENDS += "expat"
10 10
11SRCREV = "751c1addc4fd2f949a466f488c1b7de2ca3b76dc" 11SRCREV = "0eda85574546d19d9f06d6d5418bc192b3846f96"
12SRC_URI = "git://github.com/Kistler-Group/sdbus-cpp.git;protocol=https;branch=master;subpath=tools" 12SRC_URI = "git://github.com/Kistler-Group/sdbus-cpp.git;protocol=https;branch=master;subpath=tools"
13 13
14S = "${WORKDIR}/tools" 14S = "${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
17DEPENDS += "expat" 17DEPENDS += "expat"
18 18
19SRCREV = "751c1addc4fd2f949a466f488c1b7de2ca3b76dc" 19SRCREV = "0eda85574546d19d9f06d6d5418bc192b3846f96"
20 20
21SRC_URI = "git://github.com/Kistler-Group/sdbus-cpp.git;protocol=https;branch=master" 21SRC_URI = "git://github.com/Kistler-Group/sdbus-cpp.git;protocol=https;branch=master"
22SRC_URI += "file://run-ptest" 22SRC_URI += "file://run-ptest"