blob: 27b965ac115feebc96350b88369adddc06761e37 [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
Andrew Geissler9aee5002022-03-30 16:27:02 +00004LICENSE = "LGPL-2.1-only"
Andrew Geissler595f6302022-01-24 19:11:47 +00005LIC_FILES_CHKSUM = "file://${S}/COPYING;md5=1803fa9c2c3ce8cb06b4861d75310742"
6
7inherit cmake
8
9DEPENDS += "expat"
10
Andrew Geissler87f5cff2022-09-30 13:13:31 -050011SRCREV = "751c1addc4fd2f949a466f488c1b7de2ca3b76dc"
Andrew Geissler595f6302022-01-24 19:11:47 +000012SRC_URI = "git://github.com/Kistler-Group/sdbus-cpp.git;protocol=https;branch=master;subpath=tools"
13
14S = "${WORKDIR}/tools"
15
16BBCLASSEXTEND = "native nativesdk"