commit | 616974f95efd6c59cfcf5f21968529e3b5a01eac | [log] [tgz] |
---|---|---|
author | Brad Bishop <bradleyb@fuzziesquirrel.com> | Wed Mar 01 09:48:32 2017 -0500 |
committer | Brad Bishop <bradleyb@fuzziesquirrel.com> | Wed Mar 01 09:52:37 2017 -0500 |
tree | cab11a97a4b76eecc48882960c4687a4450055f0 | |
parent | 0348e78c1c1ec553057fe137def7dc92c8aa4ee3 [diff] [blame] |
led: Sync claimed busname with sd unit The busname directive in the sd unit template did not match the claimed busname. Change-Id: Ide67cd91b0fd560f06726736fbba8f5177b05164 Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
diff --git a/common/recipes-phosphor/leds/phosphor-led-manager.bb b/common/recipes-phosphor/leds/phosphor-led-manager.bb index c9f35a0..4757aa8 100644 --- a/common/recipes-phosphor/leds/phosphor-led-manager.bb +++ b/common/recipes-phosphor/leds/phosphor-led-manager.bb
@@ -14,6 +14,6 @@ S = "${WORKDIR}/git" -DBUS_SERVICE_${PN} += "xyz.openbmc_project.ledmanager.service" +DBUS_SERVICE_${PN} += "xyz.openbmc_project.LED.GroupManager.service" EXTRA_OECONF = "YAML_PATH=${STAGING_DATADIR_NATIVE}/${PN}"