summaryrefslogtreecommitdiff
path: root/meta-phosphor/recipes-phosphor/logging/phosphor-hostlogger_git.bb
diff options
context:
space:
mode:
authorAndrew Geissler <openbmcbump-github@yahoo.com>2021-10-07 16:32:23 +0300
committerAndrew Geissler <geissonator@yahoo.com>2021-10-08 04:40:17 +0300
commitb7cd323536b6196553580e51299182c4029be6b2 (patch)
treeffbd61ab34405ac34a5785d6ea8997353435f169 /meta-phosphor/recipes-phosphor/logging/phosphor-hostlogger_git.bb
parent504c0a901d7ed4acc6e6d7a4862c336d5fd92a8f (diff)
downloadopenbmc-b7cd323536b6196553580e51299182c4029be6b2.tar.xz
phosphor-hostlogger: srcrev bump 042b5ba843..cd21a2a57a
Patrick Williams (1): build: switch to C++20 Change-Id: Ie3ba4ea0eee67e75731f45d67104222c65ce7401 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
Diffstat (limited to 'meta-phosphor/recipes-phosphor/logging/phosphor-hostlogger_git.bb')
-rw-r--r--meta-phosphor/recipes-phosphor/logging/phosphor-hostlogger_git.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-phosphor/recipes-phosphor/logging/phosphor-hostlogger_git.bb b/meta-phosphor/recipes-phosphor/logging/phosphor-hostlogger_git.bb
index 244f3ea1b..f5b0a2a87 100644
--- a/meta-phosphor/recipes-phosphor/logging/phosphor-hostlogger_git.bb
+++ b/meta-phosphor/recipes-phosphor/logging/phosphor-hostlogger_git.bb
@@ -22,7 +22,7 @@ RRECOMMENDS:${PN} += "phosphor-debug-collector"
# Source code repository
S = "${WORKDIR}/git"
SRC_URI = "git://github.com/openbmc/phosphor-hostlogger"
-SRCREV = "042b5ba8438d1423f807feb5ef739cda063ea8d2"
+SRCREV = "cd21a2a57a5cf7e6878747821b6046e5635dc1d8"
# Disable unit tests
EXTRA_OEMESON:append = " -Dtests=disabled"