summaryrefslogtreecommitdiff
path: root/meta-phosphor/recipes-phosphor/interfaces
diff options
context:
space:
mode:
authorAndrew Geissler <openbmcbump-github@yahoo.com>2023-05-24 22:50:28 +0300
committerAndrew Geissler <geissonator@yahoo.com>2023-05-25 00:50:36 +0300
commitd1bb19b4db30fda07f456c34f11cdfba97c4b7c6 (patch)
treefb7046c0bb20dbd5fcfa2634f56940a37d3c8d08 /meta-phosphor/recipes-phosphor/interfaces
parent564259f76c1ffc49fe643994e4cf3a8505325f0f (diff)
downloadopenbmc-d1bb19b4db30fda07f456c34f11cdfba97c4b7c6.tar.xz
bmcweb: srcrev bump 479e899d5f..f19ab44ac9
Ed Tanous (1): Add check for "quiesced" bmc manager state Szymon Dompke (1): Add Links/Triggers to MetricReportDefinition Change-Id: I739cfc32c78c98bc2da9fd59d23d1860e5a14388 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
Diffstat (limited to 'meta-phosphor/recipes-phosphor/interfaces')
-rw-r--r--meta-phosphor/recipes-phosphor/interfaces/bmcweb_git.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-phosphor/recipes-phosphor/interfaces/bmcweb_git.bb b/meta-phosphor/recipes-phosphor/interfaces/bmcweb_git.bb
index 5a1e4c1ff2..c528609b06 100644
--- a/meta-phosphor/recipes-phosphor/interfaces/bmcweb_git.bb
+++ b/meta-phosphor/recipes-phosphor/interfaces/bmcweb_git.bb
@@ -12,7 +12,7 @@ DEPENDS = " \
${@bb.utils.contains('PTEST_ENABLED', '1', 'gtest', '', d)} \
${@bb.utils.contains('PTEST_ENABLED', '1', 'gmock', '', d)} \
"
-SRCREV = "479e899d5f57a67647f83b7f615d2c8565290bcf"
+SRCREV = "f19ab44ac9141e6aec10426914bd0075043ca173"
PV = "1.0+git${SRCPV}"
SRC_URI = "git://github.com/openbmc/bmcweb.git;branch=master;protocol=https"