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