feat: bump sdbus-c++ up to v1.3.0

Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Stanislav Angelovic 2023-08-30 12:01:17 +02:00 committed by Khem Raj
parent c38239b3d9
commit d88ac90b62
3 changed files with 2 additions and 2 deletions

View File

@ -8,7 +8,7 @@ inherit cmake
DEPENDS += "expat"
SRCREV = "751c1addc4fd2f949a466f488c1b7de2ca3b76dc"
SRCREV = "0eda85574546d19d9f06d6d5418bc192b3846f96"
SRC_URI = "git://github.com/Kistler-Group/sdbus-cpp.git;protocol=https;branch=master;subpath=tools"
S = "${WORKDIR}/tools"

View File

@ -16,7 +16,7 @@ PACKAGECONFIG[with-tests] = "-DBUILD_TESTS=ON -DTESTS_INSTALL_PATH=${libdir}/${B
DEPENDS += "expat"
SRCREV = "751c1addc4fd2f949a466f488c1b7de2ca3b76dc"
SRCREV = "0eda85574546d19d9f06d6d5418bc192b3846f96"
SRC_URI = "git://github.com/Kistler-Group/sdbus-cpp.git;protocol=https;branch=master"
SRC_URI += "file://run-ptest"