bmcweb: srcrev bump bad2c4a9a1..ddd70dcaa5

Ed Tanous (3):
      Boost::urls::format
      Remove flat_set from EthernetInterfaces
      Use array

Gunnar Mills (2):
      README: Move to "meson setup [options]"
      Remove done TODO

Lakshmi Yadlapati (3):
      Add State information for PCIeDevice
      Fix invalid PCIeType in pcie_slots
      Fix documentation for PCIeDevice properties

vijayabharathi shetty (1):
      Fix certificate replacement error code issue

Change-Id: I66bb2a4256b9004ffd9617e8122f181737f487a4
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 4d2e814..5c2dd08 100644
--- a/meta-phosphor/recipes-phosphor/interfaces/bmcweb_git.bb
+++ b/meta-phosphor/recipes-phosphor/interfaces/bmcweb_git.bb
@@ -12,7 +12,7 @@
     ${@bb.utils.contains('PTEST_ENABLED', '1', 'gtest', '', d)} \
     ${@bb.utils.contains('PTEST_ENABLED', '1', 'gmock', '', d)} \
 "
-SRCREV = "bad2c4a9a1095e5e41959bfc5bc56102bbd2a79a"
+SRCREV = "ddd70dcaa56bd51eaa0b192cd2c5c7bdcc1c3576"
 PV = "1.0+git${SRCPV}"
 
 SRC_URI = "git://github.com/openbmc/bmcweb.git;branch=master;protocol=https"