summaryrefslogtreecommitdiff
path: root/meta-intel-openbmc
diff options
context:
space:
mode:
authorAndrew Geissler <openbmcbump-github@yahoo.com>2022-09-22 20:50:33 +0300
committerJason Bills <jason.m.bills@linux.intel.com>2022-09-22 22:05:30 +0300
commitfd32e5312e798c0e27f0b6d40bb476020886f183 (patch)
tree72bbc9cd09e73f4aa1aa5def4b8134ba226ec1eb /meta-intel-openbmc
parent445c48e12b5b5bac8a019963fe834b8f94ece409 (diff)
downloadopenbmc-fd32e5312e798c0e27f0b6d40bb476020886f183.tar.xz
host-error-monitor: srcrev bump 1a08117288..3d2ceedcc0
Jason M. Bills (2): Update to C++20 Add missing include for boost::flat_map Change-Id: I78fc0bc924d1ee25f715e76b1a0459a020a9a97e Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
Diffstat (limited to 'meta-intel-openbmc')
-rw-r--r--meta-intel-openbmc/meta-common/recipes-core/host-error-monitor/host-error-monitor_git.bb2
1 files changed, 1 insertions, 1 deletions
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 3d7b2dd72a..3769519d29 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
@@ -7,7 +7,7 @@ SRC_URI = "git://github.com/openbmc/host-error-monitor;branch=master;protocol=ht
DEPENDS = "boost sdbusplus libgpiod libpeci"
PV = "0.1+git${SRCPV}"
-SRCREV = "1a0811728807517b2206de964e5146f844666d0c"
+SRCREV = "3d2ceedcc0914175dcee1577277a7295bc6b4b2a"
S = "${WORKDIR}/git"