mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-04 14:39:54 +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:
+2
-2
@@ -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"
|
||||
|
||||
+2
-3
@@ -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 \
|
||||
Reference in New Issue
Block a user