summaryrefslogtreecommitdiffstats
path: root/meta-phosphor/common/recipes-phosphor/leds
diff options
context:
space:
mode:
authorBrad Bishop <bradleyb@fuzziesquirrel.com>2017-01-26 11:53:12 -0500
committerBrad Bishop <bradleyb@fuzziesquirrel.com>2017-02-03 02:10:50 +0000
commit83833af97167a442a1b749daf4c1e3eff2ff95b0 (patch)
treeb3c28152d22e96562e84d8de574c134cae466a23 /meta-phosphor/common/recipes-phosphor/leds
parent2d37fde855a7318e0feb59fd01ce0d7b45aac432 (diff)
downloadtalos-openbmc-83833af97167a442a1b749daf4c1e3eff2ff95b0.tar.gz
talos-openbmc-83833af97167a442a1b749daf4c1e3eff2ff95b0.zip
leds: inherit dbus class
The LED group manager doesn't inherit the dbus class which prevents its systemd unit file from being installed. Change-Id: I616dcfddeb9ba1a389b43389fa719f8a3f8c811a Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
Diffstat (limited to 'meta-phosphor/common/recipes-phosphor/leds')
-rw-r--r--meta-phosphor/common/recipes-phosphor/leds/phosphor-led-manager.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-phosphor/common/recipes-phosphor/leds/phosphor-led-manager.bb b/meta-phosphor/common/recipes-phosphor/leds/phosphor-led-manager.bb
index a30f2f99b..d2fd95af7 100644
--- a/meta-phosphor/common/recipes-phosphor/leds/phosphor-led-manager.bb
+++ b/meta-phosphor/common/recipes-phosphor/leds/phosphor-led-manager.bb
@@ -3,6 +3,7 @@ DESCRIPTION = "Daemon to cater to triggering actions on LED groups"
PR = "r1"
inherit autotools pkgconfig
+inherit obmc-phosphor-dbus-service
require ${PN}.inc
DEPENDS += "python-pyyaml-native"
OpenPOWER on IntegriCloud