Gitiles
Code Review
Sign In
gerrit.openbmc.org
/
stefanberger
/
openbmc
/
1562bbcb50e2bf7b6130dc9f8d34494cd115c8d5
/
.
/
meta-phosphor
/
classes
/
obmc-phosphor-sdbus-service.bbclass
blob: bc190d416a3ab186b224cf5b3aaf615e34cc224b [
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