mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +00:00
sdbus-c++: Upgrade to 2.1.0 release
Signed-off-by: Thomas Noack <thomas.noack@iris-sensing.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
parent
5e1df42ade
commit
af630da51d
|
|
@ -8,8 +8,8 @@ inherit cmake
|
|||
|
||||
DEPENDS += "expat"
|
||||
|
||||
SRCREV = "e62472b210d9e7f06a5e611c23471d414c99a99c"
|
||||
SRC_URI = "git://github.com/Kistler-Group/sdbus-cpp.git;protocol=https;branch=master;subpath=tools"
|
||||
SRCREV = "0261d0ec60b68c1f0a6ec9acf63d1379f7d569f8"
|
||||
SRC_URI = "git://github.com/Kistler-Group/sdbus-cpp.git;protocol=https;branch=master;tag=v${PV};subpath=tools"
|
||||
|
||||
S = "${WORKDIR}/tools"
|
||||
|
||||
|
|
@ -16,9 +16,8 @@ PACKAGECONFIG[with-tests] = "-DSDBUSCPP_BUILD_TESTS=ON -DSDBUSCPP_INSTALL_TESTS=
|
|||
|
||||
DEPENDS += "expat"
|
||||
|
||||
PV .= "+git"
|
||||
SRCREV = "e62472b210d9e7f06a5e611c23471d414c99a99c"
|
||||
SRC_URI = "git://github.com/Kistler-Group/sdbus-cpp.git;protocol=https;branch=master \
|
||||
SRCREV = "0261d0ec60b68c1f0a6ec9acf63d1379f7d569f8"
|
||||
SRC_URI = "git://github.com/Kistler-Group/sdbus-cpp.git;protocol=https;branch=master;tag=v${PV} \
|
||||
file://run-ptest"
|
||||
|
||||
EXTRA_OECMAKE = "-DSDBUSCPP_BUILD_CODEGEN=OFF \
|
||||
Loading…
Reference in New Issue
Block a user