summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Geissler <openbmcbump-github@yahoo.com>2022-11-19 00:50:18 +0300
committerAndrew Geissler <andrew@geissonator.com>2022-11-22 21:57:03 +0300
commit88f0431e59d7335e8c627d1dfcba1c9667e50705 (patch)
tree680ee584d3b51b987b984e7f0f750898b7cc59cc
parent017b636f0c6dfdc9a5e2dcf1170955e3614ada6b (diff)
downloadopenbmc-88f0431e59d7335e8c627d1dfcba1c9667e50705.tar.xz
bmcweb: srcrev bump 4ca3ec3c54..33a32b3427
Asmitha Karunanithi (1): Remove support for priv-noaccess role George Liu (1): Add Link header handling to PowerSubsystem Gunnar Mills (1): Allow a lower DeliveryRetryIntervalSeconds Nan Zhou (1): OWNERS: fix minor path issue Change-Id: Ic12f7ca11c8a563397c59087ffe1769f064150a2 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 c3c7e98b40..0f0899bb40 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 = "4ca3ec3c54d1d74fcd2b76c594be08fbba3774f1"
+SRCREV = "33a32b3427483fbeab3f1cf6c57dd1593db674a1"
PV = "1.0+git${SRCPV}"
SRC_URI = "git://github.com/openbmc/bmcweb.git;branch=master;protocol=https;nobranch=1"