bmcweb: srcrev bump fe907df460..de0c960c42

Ed Tanous (9):
      Allow configuring "bmc" and "system"
      Remove openbmc-rest includes
      Fix crash in SSE
      Move existing schemas into folders
      Add all schemas to schema folder
      Add symlinks to folder
      Let OEM schemas be formatted by prettier
      Generate metadata at runtime
      Implement Chunking for unix sockets

Jagpal Singh Gill (1):
      updateservice: add start update D-Bus interface

Johnathan Mantey (1):
      Improve IPv4 default gateway removal

Change-Id: I4c857bfd1a710a9ea6aad6a7806410be4d5aba96
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 d31e00e..96e8fa2 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 = "fe907df460896297eb8b1fde00a18dd7cccab109"
+SRCREV = "de0c960c4262169ea92a4b852dd5ebbe3810bf00"
 PV = "1.0+git${SRCPV}"
 
 SRC_URI = "git://github.com/openbmc/bmcweb.git;branch=master;protocol=https"