bmcweb: srcrev bump 2138483c18..ddfc67521c
Ed Tanous (1):
Fix NTPServers property in Redfish
Johnathan Mantey (1):
Prevent unconditionally writing over the LinkStatus
Patrick Williams (1):
python: fix flake8 warnings
Change-Id: I35a9b93a642fc2be813e061c1b921c6842ee6d79
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 689a9bd..892b4d0 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 = "2138483c183b367bb5657d3f4c7354708e67cc47"
+SRCREV = "ddfc67521c537c372d54bc662c74c6e6b73be1c9"
PV = "1.0+git${SRCPV}"
SRC_URI = "git://github.com/openbmc/bmcweb.git;branch=master;protocol=https;nobranch=1"