commit | 4fe1f59cd38d79c711c7564a93510c8378c505fa | [log] [tgz] |
---|---|---|
author | Andrew Geissler <openbmcbump-github@yahoo.com> | Wed Jul 12 18:40:25 2023 -0500 |
committer | Andrew Geissler <geissonator@yahoo.com> | Thu Jul 13 18:33:28 2023 +0000 |
tree | 39b45f1be290dacbb1147fb59927353cd5819ea0 | |
parent | 7f9f9a6740b20a47d366dd31873cd58d4af0754d [diff] |
phosphor-health-monitor: srcrev bump 2a9400112d..0b7a9147d6 Patrick Williams (1): build: upgrade to C++23 Change-Id: I501b534a984a82e6edd12a91ef3521a4179b89fd Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
diff --git a/meta-phosphor/recipes-phosphor/health/phosphor-health-monitor_git.bb b/meta-phosphor/recipes-phosphor/health/phosphor-health-monitor_git.bb index e7d2cb6..a212b8b 100644 --- a/meta-phosphor/recipes-phosphor/health/phosphor-health-monitor_git.bb +++ b/meta-phosphor/recipes-phosphor/health/phosphor-health-monitor_git.bb
@@ -8,7 +8,7 @@ DEPENDS += "sdeventplus" DEPENDS += "phosphor-logging" DEPENDS += "nlohmann-json" -SRCREV = "2a9400112d68fcb3ef47553671db72346abe48a0" +SRCREV = "0b7a9147d69d89025d99487a397e76e88f6a7295" PR = "r1" SRC_URI = "git://github.com/openbmc/phosphor-health-monitor.git;protocol=https;branch=master"