Brad Bishop | 595edcf | 2016-11-09 20:43:11 -0500 | [diff] [blame] | 1 | SUMMARY = "C++ bindings for systemd dbus APIs" |
| 2 | DESCRIPTION = "C++ bindings for systemd dbus APIs." |
Brad Bishop | 595edcf | 2016-11-09 20:43:11 -0500 | [diff] [blame] | 3 | |
Patrick Williams | f9eed5e | 2020-05-28 14:59:58 -0500 | [diff] [blame] | 4 | inherit meson |
| 5 | inherit python3native |
Patrick Williams | 2544884 | 2020-03-31 12:51:05 -0500 | [diff] [blame] | 6 | include sdbusplus-rev.inc |
| 7 | |
Patrick Williams | 1914bbb | 2020-05-19 06:56:04 -0500 | [diff] [blame] | 8 | LICENSE = "Apache-2.0" |
| 9 | LIC_FILES_CHKSUM = "file://LICENSE;md5=e3fc50a88d0a364313df4b21ef20c29e" |
| 10 | |
| 11 | S = "${WORKDIR}/git" |
| 12 | |
Nagaraju Goruganti | 78077a5 | 2017-08-22 05:24:26 -0500 | [diff] [blame] | 13 | DEPENDS += " \ |
Patrick Williams | 4cd2243 | 2020-02-24 16:27:10 -0600 | [diff] [blame] | 14 | ${PYTHON_PN}-inflection-native \ |
| 15 | ${PYTHON_PN}-mako-native \ |
| 16 | ${PYTHON_PN}-pyyaml-native \ |
Patrick Williams | f9eed5e | 2020-05-28 14:59:58 -0500 | [diff] [blame] | 17 | boost \ |
| 18 | googletest \ |
| 19 | systemd \ |
Nagaraju Goruganti | 78077a5 | 2017-08-22 05:24:26 -0500 | [diff] [blame] | 20 | " |