Skip to content

Commit b26b66e

Browse files
Stanislav Angelovickraj
authored andcommitted
Bump sdbus-c++ to version v1.0.0
Signed-off-by: Khem Raj <[email protected]>
1 parent b44f288 commit b26b66e

File tree

5 files changed

+4
-94
lines changed

5 files changed

+4
-94
lines changed

meta-oe/recipes-core/sdbus-c++/sdbus-c++-0.8.3/0001-Do-not-download-gtest-automatically.patch

Lines changed: 0 additions & 44 deletions
This file was deleted.

meta-oe/recipes-core/sdbus-c++/sdbus-c++-0.8.3/0001-test-Check-for-googletest-on-system-first.patch

Lines changed: 0 additions & 41 deletions
This file was deleted.

meta-oe/recipes-core/sdbus-c++/sdbus-c++-0.8.3/run-ptest renamed to meta-oe/recipes-core/sdbus-c++/sdbus-c++-1.0.0/run-ptest

File renamed without changes.

meta-oe/recipes-core/sdbus-c++/sdbus-c++-tools_0.8.3.bb renamed to meta-oe/recipes-core/sdbus-c++/sdbus-c++-tools_1.0.0.bb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ inherit cmake
88

99
DEPENDS += "expat"
1010

11-
SRCREV = "6e8e5aadb674cccea5bdd55141db5dad887fbacd"
11+
SRCREV = "65782bbf435d91e5eb6af9ddab110df406a824a9"
1212
SRC_URI = "git://github.com/Kistler-Group/sdbus-cpp.git;protocol=https;branch=master;subpath=tools"
1313

1414
S = "${WORKDIR}/tools"

meta-oe/recipes-core/sdbus-c++/sdbus-c++_0.8.3.bb renamed to meta-oe/recipes-core/sdbus-c++/sdbus-c++_1.0.0.bb

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -12,18 +12,13 @@ PACKAGECONFIG ??= "${@bb.utils.contains('DISTRO_FEATURES', 'systemd', 'with-exte
1212
${@bb.utils.contains('PTEST_ENABLED', '1', 'with-tests', '', d)}"
1313
PACKAGECONFIG[with-builtin-libsystemd] = ",,sdbus-c++-libsystemd,libcap"
1414
PACKAGECONFIG[with-external-libsystemd] = ",,systemd,libsystemd"
15-
PACKAGECONFIG[with-tests] = "-DBUILD_TESTS=ON -DTESTS_INSTALL_PATH=${libdir}/${BPN}/tests,-DBUILD_TESTS=OFF"
15+
PACKAGECONFIG[with-tests] = "-DBUILD_TESTS=ON -DTESTS_INSTALL_PATH=${libdir}/${BPN}/tests,-DBUILD_TESTS=OFF,googletest gmock"
1616

1717
DEPENDS += "expat"
1818

19-
SRCREV = "6e8e5aadb674cccea5bdd55141db5dad887fbacd"
20-
SRCREV_gtest = "a3460d1aeeaa43fdf137a6adefef10ba0b59fe4b"
21-
SRCREV_FORMAT = "default_gtest"
19+
SRCREV = "65782bbf435d91e5eb6af9ddab110df406a824a9"
2220

23-
SRC_URI = "git://github.com/Kistler-Group/sdbus-cpp.git;protocol=https;branch=master \
24-
git://github.com/google/googletest.git;protocol=https;branch=master;name=gtest;destsuffix=git/tests/googletest-src \
25-
file://0001-Do-not-download-gtest-automatically.patch \
26-
"
21+
SRC_URI = "git://github.com/Kistler-Group/sdbus-cpp.git;protocol=https;branch=master"
2722
SRC_URI += "file://run-ptest"
2823

2924
EXTRA_OECMAKE = "-DBUILD_CODE_GEN=ON \

0 commit comments

Comments
 (0)