host-error-monitor: srcrev bump 58fa67cb3c..97b5ef20b4

Bump the revision and add the new optional feature to PACKAGECONFIG list
(disabled by default to preserve old behavior).

Paul Fertser (1):
      Optionally send reports to D-Bus Logging

Change-Id: I6fedbe075237a7bb24bb488647cfc4c603081733
Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
Signed-off-by: Paul Fertser <fercerpav@gmail.com>
diff --git a/meta-intel-openbmc/meta-common/recipes-core/host-error-monitor/host-error-monitor_git.bb b/meta-intel-openbmc/meta-common/recipes-core/host-error-monitor/host-error-monitor_git.bb
index 4d78837..6317a98 100644
--- a/meta-intel-openbmc/meta-common/recipes-core/host-error-monitor/host-error-monitor_git.bb
+++ b/meta-intel-openbmc/meta-common/recipes-core/host-error-monitor/host-error-monitor_git.bb
@@ -5,13 +5,14 @@
 PACKAGECONFIG ??= ""
 PACKAGECONFIG[libpeci] = "-Dlibpeci=enabled,-Dlibpeci=disabled"
 PACKAGECONFIG[crashdump] = "-Dcrashdump=enabled,-Dcrashdump=disabled"
+PACKAGECONFIG[send-to-logger] = "-Dsend-to-logger=enabled,-Dsend-to-logger=disabled"
 
 SRC_URI = "git://github.com/openbmc/host-error-monitor;branch=master;protocol=https"
 
 DEPENDS = "boost sdbusplus libgpiod libpeci"
 
 PV = "0.1+git${SRCPV}"
-SRCREV = "58fa67cb3c299c3c3d82e847ecd109655043c279"
+SRCREV = "97b5ef20b4c2968503ccc0d3dd2d49b2b192f2f2"
 
 S = "${WORKDIR}/git"