commit | 83833af97167a442a1b749daf4c1e3eff2ff95b0 | [log] [tgz] |
---|---|---|
author | Brad Bishop <bradleyb@fuzziesquirrel.com> | Thu Jan 26 11:53:12 2017 -0500 |
committer | Brad Bishop <bradleyb@fuzziesquirrel.com> | Fri Feb 03 02:10:50 2017 +0000 |
tree | b3c28152d22e96562e84d8de574c134cae466a23 | |
parent | 2d37fde855a7318e0feb59fd01ce0d7b45aac432 [diff] |
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>
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 a30f2f9..d2fd95a 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 @@ PR = "r1" inherit autotools pkgconfig +inherit obmc-phosphor-dbus-service require ${PN}.inc DEPENDS += "python-pyyaml-native"