mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-04 14:39:54 +00:00
chore(sdbus-c++): upgrade to 2.0.0 release
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
committed by
Khem Raj
parent
1e5ae73fd3
commit
6a8eb25f57
+1
-1
@@ -8,7 +8,7 @@ inherit cmake
|
|||||||
|
|
||||||
DEPENDS += "expat"
|
DEPENDS += "expat"
|
||||||
|
|
||||||
SRCREV = "30d9f1d46258c2be4ce29b7f7f168ecdf6d4f328"
|
SRCREV = "e62472b210d9e7f06a5e611c23471d414c99a99c"
|
||||||
SRC_URI = "git://github.com/Kistler-Group/sdbus-cpp.git;protocol=https;branch=master;subpath=tools"
|
SRC_URI = "git://github.com/Kistler-Group/sdbus-cpp.git;protocol=https;branch=master;subpath=tools"
|
||||||
|
|
||||||
S = "${WORKDIR}/tools"
|
S = "${WORKDIR}/tools"
|
||||||
+5
-5
@@ -12,18 +12,18 @@ PACKAGECONFIG ??= "${@bb.utils.contains('DISTRO_FEATURES', 'systemd', 'with-exte
|
|||||||
${@bb.utils.contains('PTEST_ENABLED', '1', 'with-tests', '', d)}"
|
${@bb.utils.contains('PTEST_ENABLED', '1', 'with-tests', '', d)}"
|
||||||
PACKAGECONFIG[with-builtin-libsystemd] = ",,sdbus-c++-libsystemd,libcap,basu"
|
PACKAGECONFIG[with-builtin-libsystemd] = ",,sdbus-c++-libsystemd,libcap,basu"
|
||||||
PACKAGECONFIG[with-external-libsystemd] = ",,systemd,libsystemd"
|
PACKAGECONFIG[with-external-libsystemd] = ",,systemd,libsystemd"
|
||||||
PACKAGECONFIG[with-tests] = "-DBUILD_TESTS=ON -DINSTALL_TESTS=ON -DTESTS_INSTALL_PATH=${PTEST_PATH},-DBUILD_TESTS=OFF,googletest gmock"
|
PACKAGECONFIG[with-tests] = "-DSDBUSCPP_BUILD_TESTS=ON -DSDBUSCPP_INSTALL_TESTS=ON -DSDBUSCPP_TESTS_INSTALL_PATH=${PTEST_PATH},-DSDBUSCPP_BUILD_TESTS=OFF,googletest gmock"
|
||||||
|
|
||||||
DEPENDS += "expat"
|
DEPENDS += "expat"
|
||||||
|
|
||||||
PV .= "+git"
|
PV .= "+git"
|
||||||
SRCREV = "334fcb8833afb298270531dde369135e4b5b88fd"
|
SRCREV = "e62472b210d9e7f06a5e611c23471d414c99a99c"
|
||||||
SRC_URI = "git://github.com/Kistler-Group/sdbus-cpp.git;protocol=https;branch=master \
|
SRC_URI = "git://github.com/Kistler-Group/sdbus-cpp.git;protocol=https;branch=master \
|
||||||
file://run-ptest"
|
file://run-ptest"
|
||||||
|
|
||||||
EXTRA_OECMAKE = "-DBUILD_CODE_GEN=OFF \
|
EXTRA_OECMAKE = "-DSDBUSCPP_BUILD_CODEGEN=OFF \
|
||||||
-DBUILD_DOC=ON \
|
-DSDBUSCPP_BUILD_DOCS=ON \
|
||||||
-DBUILD_DOXYGEN_DOC=OFF"
|
-DSDBUSCPP_BUILD_DOXYGEN_DOCS=OFF"
|
||||||
|
|
||||||
S = "${WORKDIR}/git"
|
S = "${WORKDIR}/git"
|
||||||
|
|
||||||
Reference in New Issue
Block a user