xref: /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-core/sdbus-c++/sdbus-c++-tools_1.1.0.bb (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1SUMMARY = "sdbus-c++ native tools"
2DESCRIPTION = "Native interface code generator for development with sdbus-c++"
3
4LICENSE = "LGPL-2.1-only"
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"
17