Patrick Williams | 7aba815 | 2020-03-31 14:22:32 -0500 | [diff] [blame] | 1 | SUMMARY = "sdbus++ dbus API / binding generator" |
| 2 | DESCRIPTION = "Generates bindings against sdbusplus for dbus APIs" |
| 3 | |
| 4 | inherit autotools pkgconfig |
| 5 | |
| 6 | include sdbusplus-rev.inc |
| 7 | |
| 8 | DEPENDS += " \ |
| 9 | autoconf-archive-native \ |
| 10 | ${PYTHON_PN}-inflection-native \ |
| 11 | ${PYTHON_PN}-mako-native \ |
| 12 | ${PYTHON_PN}-pyyaml-native \ |
| 13 | " |
| 14 | |
| 15 | RDEPENDS_${PN} += " \ |
| 16 | ${PYTHON_PN}-inflection \ |
| 17 | ${PYTHON_PN}-mako \ |
| 18 | ${PYTHON_PN}-pyyaml \ |
| 19 | " |
| 20 | |
| 21 | PACKAGECONFIG ??= "transaction" |
| 22 | PACKAGECONFIG[libsdbusplus] = "--enable-libsdbusplus,--disable-libsdbusplus,systemd,libsystemd" |
| 23 | PACKAGECONFIG[transaction] = "--enable-transaction,--disable-transaction" |
| 24 | |
| 25 | BBCLASSEXTEND += "native nativesdk" |