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