summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Geissler <openbmcbump-github@yahoo.com>2024-06-14 01:10:24 +0300
committerPatrick Williams <patrick@stwcx.xyz>2024-06-14 17:31:07 +0300
commitc74d4b9f74f0065d94f99584f78c69cb25eca564 (patch)
tree27b63ddc55e01be61c875a5f864187c383e146f0
parent8baa37be2603569b2a51c968062e4a638d1cd250 (diff)
downloadopenbmc-c74d4b9f74f0065d94f99584f78c69cb25eca564.tar.xz
bmcweb: srcrev bump 00a0fe4e36..91f75caf02
Ed Tanous (1): Fix regression in Manager chassis finding Change-Id: I030c0e367fd0e8140489ba72e4565b922ec40dd1 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
-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 4797f7ffa8..0bc8797730 100644
--- a/meta-phosphor/recipes-phosphor/interfaces/bmcweb_git.bb
+++ b/meta-phosphor/recipes-phosphor/interfaces/bmcweb_git.bb
@@ -13,7 +13,7 @@ DEPENDS = " \
${@bb.utils.contains('PTEST_ENABLED', '1', 'gtest', '', d)} \
${@bb.utils.contains('PTEST_ENABLED', '1', 'gmock', '', d)} \
"
-SRCREV = "00a0fe4e361efcdeb600f3a2e88b746fa18b9715"
+SRCREV = "91f75caf02dbebc549ce95c9a282302169c06ad7"
PV = "1.0+git${SRCPV}"
SRC_URI = "git://github.com/openbmc/bmcweb.git;branch=master;protocol=https"