commit | b7cd323536b6196553580e51299182c4029be6b2 | [log] [tgz] |
---|---|---|
author | Andrew Geissler <openbmcbump-github@yahoo.com> | Thu Oct 07 13:32:23 2021 +0000 |
committer | Andrew Geissler <geissonator@yahoo.com> | Fri Oct 08 01:40:17 2021 +0000 |
tree | ffbd61ab34405ac34a5785d6ea8997353435f169 | |
parent | 504c0a901d7ed4acc6e6d7a4862c336d5fd92a8f [diff] |
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>
diff --git a/meta-phosphor/recipes-phosphor/logging/phosphor-hostlogger_git.bb b/meta-phosphor/recipes-phosphor/logging/phosphor-hostlogger_git.bb index 244f3ea..f5b0a2a 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 @@ # 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"