phosphor-state-manager: srcrev bump 162c7bfb0c..3191be88af

Andrew Geissler (5):
      soft-off: ensure pldm soft svc stopped on hard poweroff
      autoreboot: clear one time properties on chassis off
      autoreboot: one-time object support
      autoreboot: add one-time property to logic
      autoreboot: add one-time support to obmcutil

Install new phosphor-clear-one-time@.service into
obmc-chassis-poweroff@.target

(From meta-phosphor rev: 948e50a15fd86fb84b9697019cf3ae099fa114fb)

Change-Id: I3e883d65ceb403aea09e21dfe1a95bea5f5bffdb
Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
diff --git a/meta-phosphor/recipes-phosphor/state/phosphor-state-manager_git.bb b/meta-phosphor/recipes-phosphor/state/phosphor-state-manager_git.bb
index 5d2357e..4c9978b 100644
--- a/meta-phosphor/recipes-phosphor/state/phosphor-state-manager_git.bb
+++ b/meta-phosphor/recipes-phosphor/state/phosphor-state-manager_git.bb
@@ -58,6 +58,7 @@
 DBUS_SERVICE_${PN}-host += "xyz.openbmc_project.State.Host.service"
 DBUS_SERVICE_${PN}-host += "phosphor-reboot-host@.service"
 SYSTEMD_SERVICE_${PN}-host += "phosphor-reset-host-reboot-attempts@.service"
+SYSTEMD_SERVICE_${PN}-host += "phosphor-clear-one-time@.service"
 
 FILES_${PN}-chassis = "${bindir}/phosphor-chassis-state-manager"
 DBUS_SERVICE_${PN}-chassis += "xyz.openbmc_project.State.Chassis.service"
@@ -173,6 +174,6 @@
 SYSTEMD_LINK_${PN}-obmc-targets += "${@compose_list(d, 'QUIESCE_FMT', 'HOST_ERROR_TARGETS', 'OBMC_HOST_INSTANCES')}"
 
 SRC_URI += "git://github.com/openbmc/phosphor-state-manager"
-SRCREV = "162c7bfb0cbedcc5ccaf74c773da5a7c81fef8b1"
+SRCREV = "3191be88af4df13e19ec6c37679e92e0ed4e6080"
 
 S = "${WORKDIR}/git"