summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Geissler <openbmcbump-github@yahoo.com>2022-11-10 20:41:02 +0300
committerAndrew Geissler <andrew@geissonator.com>2022-11-11 02:00:37 +0300
commit4bb2d25613e03dbcbb5f678c8b7eaa13cdfdcb0c (patch)
tree7b27e8d5fac80036296901a5a8240ad15c8aa49e
parente7b4479bfb438aaf41f239f01e26a1f07685ae23 (diff)
downloadopenbmc-4bb2d25613e03dbcbb5f678c8b7eaa13cdfdcb0c.tar.xz
bmcweb: srcrev bump ca9e6be63a..32d9a653b2
Nan Zhou (2): OWNERS: fix syntax thermal subsystem test: fix typo Change-Id: I817aa89c9b7e405393b76341963d116ac4fe352b 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 b6a526c1ac..43ed814405 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 = "ca9e6be63a9ca27e61563cde688ce3e8f47c233f"
+SRCREV = "32d9a653b253e963eab9c9d49a377d4d48e9ea8a"
PV = "1.0+git${SRCPV}"
SRC_URI = "git://github.com/openbmc/bmcweb.git;branch=master;protocol=https;nobranch=1"