summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsangelovic <angelovic.s@gmail.com>2020-02-02 22:48:01 +0100
committerKhem Raj <raj.khem@gmail.com>2020-02-02 22:01:47 -0800
commitbb253b28c7f90bb9b7542955ae6002955e2195dc (patch)
tree9c00d44edd637441bdcda4531339fc0b0083d5df
parent6aab1a829e55fbd2444c93941371920091855785 (diff)
downloadmeta-openembedded-bb253b28c7f90bb9b7542955ae6002955e2195dc.tar.gz
sdbus-c++: upgrade 0.7.6 -> 0.8.1
See full changelog at https://github.com/Kistler-Group/sdbus-cpp/blob/v0.8.1/ChangeLog Signed-off-by: Stanislav Angelovic <angelovic.s@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rwxr-xr-xmeta-oe/recipes-core/sdbus-c++/sdbus-c++-0.8.1/run-ptest (renamed from meta-oe/recipes-core/sdbus-c++/sdbus-c++-0.7.6/run-ptest)0
-rw-r--r--meta-oe/recipes-core/sdbus-c++/sdbus-c++-tools-native_0.8.1.bb (renamed from meta-oe/recipes-core/sdbus-c++/sdbus-c++-tools-native_0.7.6.bb)2
-rw-r--r--meta-oe/recipes-core/sdbus-c++/sdbus-c++_0.8.1.bb (renamed from meta-oe/recipes-core/sdbus-c++/sdbus-c++_0.7.6.bb)2
3 files changed, 2 insertions, 2 deletions
diff --git a/meta-oe/recipes-core/sdbus-c++/sdbus-c++-0.7.6/run-ptest b/meta-oe/recipes-core/sdbus-c++/sdbus-c++-0.8.1/run-ptest
index f6ade0c7e4..f6ade0c7e4 100755
--- a/meta-oe/recipes-core/sdbus-c++/sdbus-c++-0.7.6/run-ptest
+++ b/meta-oe/recipes-core/sdbus-c++/sdbus-c++-0.8.1/run-ptest
diff --git a/meta-oe/recipes-core/sdbus-c++/sdbus-c++-tools-native_0.7.6.bb b/meta-oe/recipes-core/sdbus-c++/sdbus-c++-tools-native_0.8.1.bb
index 6492c23680..e18b9903d1 100644
--- a/meta-oe/recipes-core/sdbus-c++/sdbus-c++-tools-native_0.7.6.bb
+++ b/meta-oe/recipes-core/sdbus-c++/sdbus-c++-tools-native_0.8.1.bb
@@ -8,7 +8,7 @@ inherit cmake native
8 8
9DEPENDS += "expat" 9DEPENDS += "expat"
10 10
11SRCREV = "5121d46eed42231285c18d317a9f48e0b2849d5e" 11SRCREV = "3a4f343fb924650e7639660efa5f143961162044"
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++_0.7.6.bb b/meta-oe/recipes-core/sdbus-c++/sdbus-c++_0.8.1.bb
index 57774cbdf7..c4d63fd272 100644
--- a/meta-oe/recipes-core/sdbus-c++/sdbus-c++_0.7.6.bb
+++ b/meta-oe/recipes-core/sdbus-c++/sdbus-c++_0.8.1.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 = "5121d46eed42231285c18d317a9f48e0b2849d5e" 19SRCREV = "3a4f343fb924650e7639660efa5f143961162044"
20SRC_URI = "git://github.com/Kistler-Group/sdbus-cpp.git;protocol=https;branch=master" 20SRC_URI = "git://github.com/Kistler-Group/sdbus-cpp.git;protocol=https;branch=master"
21SRC_URI += "file://run-ptest" 21SRC_URI += "file://run-ptest"
22 22