Gitiles
Code Review
Sign In
gerrit.openbmc.org
/
mdmillerii
/
openbmc
/
a5e9ec1cd7d45f8c429cffe0145ce0e84322ca96
/
.
/
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