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