diff options
-rw-r--r-- | meta-phosphor/recipes-phosphor/sensors/dbus-sensors_git.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-phosphor/recipes-phosphor/sensors/dbus-sensors_git.bb b/meta-phosphor/recipes-phosphor/sensors/dbus-sensors_git.bb index 47edbeef3..7ea03ccd1 100644 --- a/meta-phosphor/recipes-phosphor/sensors/dbus-sensors_git.bb +++ b/meta-phosphor/recipes-phosphor/sensors/dbus-sensors_git.bb @@ -14,6 +14,7 @@ SYSTEMD_SERVICE_${PN} += " xyz.openbmc_project.adcsensor.service" SYSTEMD_SERVICE_${PN} += " xyz.openbmc_project.hwmontempsensor.service" SYSTEMD_SERVICE_${PN} += " xyz.openbmc_project.cpusensor.service" SYSTEMD_SERVICE_${PN} += " xyz.openbmc_project.exitairsensor.service" +SYSTEMD_SERVICE_${PN} += " xyz.openbmc_project.ipmbsensor.service" DEPENDS = "boost nlohmann-json sdbusplus" inherit cmake systemd |