blob: 1064b85b37b985d323de0ff8d0ff4f78bca15dd5 [file] [log] [blame]
Andrew Geissler595f6302022-01-24 19:11:47 +00001SUMMARY = "sdbus-c++ native tools"
2DESCRIPTION = "Native interface code generator for development with sdbus-c++"
3
4LICENSE = "LGPLv2.1"
5LIC_FILES_CHKSUM = "file://${S}/COPYING;md5=1803fa9c2c3ce8cb06b4861d75310742"
6
7inherit cmake
8
9DEPENDS += "expat"
10
11SRCREV = "bca8e81037766a0454740c40307eea32831c101f"
12SRC_URI = "git://github.com/Kistler-Group/sdbus-cpp.git;protocol=https;branch=master;subpath=tools"
13
14S = "${WORKDIR}/tools"
15
16BBCLASSEXTEND = "native nativesdk"