summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStanislav Angelovic <stanislav.angelovic.ext@siemens.com>2024-04-25 01:27:50 +0200
committerKhem Raj <raj.khem@gmail.com>2024-04-28 08:55:01 -0700
commit6a8eb25f570fdd5088ddfa6cde1208e48df18b3e (patch)
treeb078166896f78af67395179810e368b8fc56c618
parent1e5ae73fd301865b5da6afc4cfa0e3a7f425363a (diff)
downloadmeta-openembedded-6a8eb25f570fdd5088ddfa6cde1208e48df18b3e.tar.gz
chore(sdbus-c++): upgrade to 2.0.0 release
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--meta-oe/recipes-core/sdbus-c++/sdbus-c++-tools_2.0.0.bb (renamed from meta-oe/recipes-core/sdbus-c++/sdbus-c++-tools_1.5.0.bb)2
-rw-r--r--meta-oe/recipes-core/sdbus-c++/sdbus-c++_2.0.0.bb (renamed from meta-oe/recipes-core/sdbus-c++/sdbus-c++_1.5.0.bb)10
2 files changed, 6 insertions, 6 deletions
diff --git a/meta-oe/recipes-core/sdbus-c++/sdbus-c++-tools_1.5.0.bb b/meta-oe/recipes-core/sdbus-c++/sdbus-c++-tools_2.0.0.bb
index 6b1af2528..af112ced8 100644
--- a/meta-oe/recipes-core/sdbus-c++/sdbus-c++-tools_1.5.0.bb
+++ b/meta-oe/recipes-core/sdbus-c++/sdbus-c++-tools_2.0.0.bb
@@ -8,7 +8,7 @@ inherit cmake
8 8
9DEPENDS += "expat" 9DEPENDS += "expat"
10 10
11SRCREV = "30d9f1d46258c2be4ce29b7f7f168ecdf6d4f328" 11SRCREV = "e62472b210d9e7f06a5e611c23471d414c99a99c"
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.5.0.bb b/meta-oe/recipes-core/sdbus-c++/sdbus-c++_2.0.0.bb
index 5422e08dd..2b6bb1011 100644
--- a/meta-oe/recipes-core/sdbus-c++/sdbus-c++_1.5.0.bb
+++ b/meta-oe/recipes-core/sdbus-c++/sdbus-c++_2.0.0.bb
@@ -12,18 +12,18 @@ PACKAGECONFIG ??= "${@bb.utils.contains('DISTRO_FEATURES', 'systemd', 'with-exte
12 ${@bb.utils.contains('PTEST_ENABLED', '1', 'with-tests', '', d)}" 12 ${@bb.utils.contains('PTEST_ENABLED', '1', 'with-tests', '', d)}"
13PACKAGECONFIG[with-builtin-libsystemd] = ",,sdbus-c++-libsystemd,libcap,basu" 13PACKAGECONFIG[with-builtin-libsystemd] = ",,sdbus-c++-libsystemd,libcap,basu"
14PACKAGECONFIG[with-external-libsystemd] = ",,systemd,libsystemd" 14PACKAGECONFIG[with-external-libsystemd] = ",,systemd,libsystemd"
15PACKAGECONFIG[with-tests] = "-DBUILD_TESTS=ON -DINSTALL_TESTS=ON -DTESTS_INSTALL_PATH=${PTEST_PATH},-DBUILD_TESTS=OFF,googletest gmock" 15PACKAGECONFIG[with-tests] = "-DSDBUSCPP_BUILD_TESTS=ON -DSDBUSCPP_INSTALL_TESTS=ON -DSDBUSCPP_TESTS_INSTALL_PATH=${PTEST_PATH},-DSDBUSCPP_BUILD_TESTS=OFF,googletest gmock"
16 16
17DEPENDS += "expat" 17DEPENDS += "expat"
18 18
19PV .= "+git" 19PV .= "+git"
20SRCREV = "334fcb8833afb298270531dde369135e4b5b88fd" 20SRCREV = "e62472b210d9e7f06a5e611c23471d414c99a99c"
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 \
22 file://run-ptest" 22 file://run-ptest"
23 23
24EXTRA_OECMAKE = "-DBUILD_CODE_GEN=OFF \ 24EXTRA_OECMAKE = "-DSDBUSCPP_BUILD_CODEGEN=OFF \
25 -DBUILD_DOC=ON \ 25 -DSDBUSCPP_BUILD_DOCS=ON \
26 -DBUILD_DOXYGEN_DOC=OFF" 26 -DSDBUSCPP_BUILD_DOXYGEN_DOCS=OFF"
27 27
28S = "${WORKDIR}/git" 28S = "${WORKDIR}/git"
29 29