summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Geissler <openbmcbump-github@yahoo.com>2022-10-11 20:21:08 +0300
committerPatrick Williams <patrick@stwcx.xyz>2022-10-12 01:02:17 +0300
commit4f31771cd7554f9bd9f66745683aec6a1ec3d8c6 (patch)
tree476766eaabd23af4f2dbe6b2b759094c77f5e845
parent9f1d08ac9f9953147552f8abfc3c5511ba71d69c (diff)
downloadopenbmc-4f31771cd7554f9bd9f66745683aec6a1ec3d8c6.tar.xz
bmcweb: srcrev bump 9db4ba2515..b4ad4c05ee
Asmitha Karunanithi (1): CreateDump: Accept dump object path Shantappa Teekappanavar (1): bmcweb: Add strictAccountTypes error message Change-Id: Ibafafdd93550069292856c04bda4c5b3505a3c3d 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 30c970b2bf..8f784fe319 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 = "9db4ba251522a6499e55b9060a796f89390bbb3d"
+SRCREV = "b4ad4c05eeb2104de3becaf704fa1055f72e8b61"
PV = "1.0+git${SRCPV}"
SRC_URI = "git://github.com/openbmc/bmcweb.git;branch=master;protocol=https;nobranch=1"