| Brad Bishop | 5a277f9 | 2015-09-21 17:19:05 -0400 | [diff] [blame] | 1 | # Common code for applications providing a D-Bus service using sd-bus bindings. |
| 2 | |||||
| 3 | # Class users should define DBUS_SERVICES prior to including. | ||||
| 4 | |||||
| 5 | DEPENDS += "systemd" | ||||
| 6 | RDEPENDS_${PN} += "libsystemd" | ||||
| 7 | |||||
| 8 | inherit obmc-phosphor-dbus-service | ||||