phosphor-state-manager: srcrev bump and remove obmc-mapper.target

The obmc-mapper.target is removed from the repo and will be installed in
another openbmc recipe.

Bump the srcrev cd0ebe867b..3ac78dfd6e and remove the obmc-mapper.target
from its recipe.

Signed-off-by: Lei YU <yulei.sh@bytedance.com>
Change-Id: If01074d52db9690e1b74cc63eed6eceb3e850f60
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 98f944c..acc96e1 100644
--- a/meta-phosphor/recipes-phosphor/state/phosphor-state-manager_git.bb
+++ b/meta-phosphor/recipes-phosphor/state/phosphor-state-manager_git.bb
@@ -164,7 +164,6 @@
 QUIESCE_FMT = "../${QUIESCE_TMPL}:${CRASH_TIMEOUT_TGTFMT}.wants/${QUIESCE_INSTFMT}"
 
 SYSTEMD_SERVICE_${PN}-obmc-targets += " \
-        obmc-mapper.target \
         obmc-fans-ready.target \
         obmc-fan-control.target \
         obmc-fan-control-ready@.target \
@@ -184,6 +183,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 = "3ac78dfd6e3c6bf1c673e6acc8e6dc2deb6bd98b"
+SRCREV = "65bfcf57920d6fac62dbc9dd4a4fabdfe0c53228"
 
 S = "${WORKDIR}/git"