bmcweb: srcrev bump ddd70dcaa5..d87fdd9e37

Ed Tanous (2):
      Remove bad include from dbus singleton
      Break out setupRedfishRoute

George Liu (1):
      Implements PowerSupply schema

Gunnar Mills (1):
      SessionService: Break out setupRedfishRoute

Lakshmi Yadlapati (1):
      Fix internal error caused by unknown PCIe SlotType

Ninad Palsule (1):
      Move long lambda in separate function

Change-Id: Ia8f35262d533114447e68aae7800b9cdabcb1300
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 5c2dd08..489b8da 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 = "ddd70dcaa56bd51eaa0b192cd2c5c7bdcc1c3576"
+SRCREV = "d87fdd9e37c975de8efebb298249b559ecf6969b"
 PV = "1.0+git${SRCPV}"
 
 SRC_URI = "git://github.com/openbmc/bmcweb.git;branch=master;protocol=https"