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" | ||||
Patrick Williams | 12fc939 | 2021-08-06 09:16:53 -0500 | [diff] [blame] | 6 | RDEPENDS:${PN} += "libsystemd" |
Brad Bishop | 5a277f9 | 2015-09-21 17:19:05 -0400 | [diff] [blame] | 7 | |
8 | inherit obmc-phosphor-dbus-service |