diff options
Diffstat (limited to 'meta-phosphor/common/recipes-phosphor/obmc-phosphor-example-pydbus')
-rw-r--r-- | meta-phosphor/common/recipes-phosphor/obmc-phosphor-example-pydbus/obmc-phosphor-example-pydbus.bb | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/meta-phosphor/common/recipes-phosphor/obmc-phosphor-example-pydbus/obmc-phosphor-example-pydbus.bb b/meta-phosphor/common/recipes-phosphor/obmc-phosphor-example-pydbus/obmc-phosphor-example-pydbus.bb index 57e27cf78..7e3e90713 100644 --- a/meta-phosphor/common/recipes-phosphor/obmc-phosphor-example-pydbus/obmc-phosphor-example-pydbus.bb +++ b/meta-phosphor/common/recipes-phosphor/obmc-phosphor-example-pydbus/obmc-phosphor-example-pydbus.bb @@ -2,9 +2,7 @@ SUMMARY = "Phosphor OpenBMC BSP Example Application" DESCRIPTION = "Phosphor OpenBMC QEMU BSP example implementation." PR = "r1" -DBUS_SERVICES = " \ - org.openbmc.examples.PythonService \ - " +DBUS_SERVICE_${PN} += "org.openbmc.examples.PythonService" inherit obmc-phosphor-pydbus-service |