Gitiles
Code Review
Sign In
gerrit.openbmc.org
/
mdmillerii
/
openbmc
/
5ac224c13f56bca18d2a0d3312a85d402a45b901
/
.
/
meta-phosphor
/
classes
/
obmc-phosphor-sdbus-service.bbclass
blob: e4578e6e1495d8594bf30e140ba8c2b76c355566 [
file
] [
log
] [
blame
]
# Common code for applications providing a D-Bus service using sd-bus bindings.
# Class users should define DBUS_SERVICES prior to including.
DEPENDS
+=
"systemd"
RDEPENDS
:
$
{
PN
}
+=
"libsystemd"
inherit obmc
-
phosphor
-
dbus
-
service