bmcweb: srcrev bump fa2d6ae703..6d0b80be1b
Ed Tanous (1):
Change retry policy for redfish aggregator
Ravi Teja (1):
Fix RemoteRoleMap PATCH operation
Change-Id: I66d2b159b6c679a4572130f2ec9e1c5303d447af
Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
diff --git a/meta-phosphor/recipes-phosphor/interfaces/bmcweb_git.bb b/meta-phosphor/recipes-phosphor/interfaces/bmcweb_git.bb
index f39ad6a..0ba7a6f 100644
--- a/meta-phosphor/recipes-phosphor/interfaces/bmcweb_git.bb
+++ b/meta-phosphor/recipes-phosphor/interfaces/bmcweb_git.bb
@@ -13,7 +13,7 @@
${@bb.utils.contains('PTEST_ENABLED', '1', 'gtest', '', d)} \
${@bb.utils.contains('PTEST_ENABLED', '1', 'gmock', '', d)} \
"
-SRCREV = "fa2d6ae7034875a61314380295a88dc8abaa34a1"
+SRCREV = "6d0b80be1b79122de60ade0b80460510696954e0"
PV = "1.0+git${SRCPV}"
SRC_URI = "git://github.com/openbmc/bmcweb.git;branch=master;protocol=https"