From aac4f701a4543b6960166ef76091262e22e6ad5e Mon Sep 17 00:00:00 2001 From: James Feist Date: Wed, 12 Dec 2018 09:40:58 -0800 Subject: meta-phosphor: dbus-sensors: Enable new service Enable exit air sensor service file and bump as these need to be changed at the same time. (From meta-phosphor rev: 4fb76700a2fe73baa6b791385bb4eb9867416341) Change-Id: I3134d359692b966a5bb9e88432b47b777d2503b8 Signed-off-by: James Feist Signed-off-by: Brad Bishop --- meta-phosphor/recipes-phosphor/sensors/dbus-sensors_git.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/meta-phosphor/recipes-phosphor/sensors/dbus-sensors_git.bb b/meta-phosphor/recipes-phosphor/sensors/dbus-sensors_git.bb index 047f2063a..9ea23394e 100644 --- a/meta-phosphor/recipes-phosphor/sensors/dbus-sensors_git.bb +++ b/meta-phosphor/recipes-phosphor/sensors/dbus-sensors_git.bb @@ -13,6 +13,7 @@ SYSTEMD_SERVICE_${PN} = "xyz.openbmc_project.fansensor.service" 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" DEPENDS = "boost nlohmann-json sdbusplus" inherit cmake systemd -- cgit v1.2.1