bmcweb: srcrev bump ddfc67521c..fd06b304a7

Carson Labrado (1):
      Aggregation: Detect and fix all URI properties

Ed Tanous (7):
      Make router take up less space for verbs
      Implement If-Match header in Http layer
      Generate Redfish enums from schemas
      Remove ObjectManager search code in sensors
      Make inventory get inventory paths
      Fix python packaging problem
      Mark redfish-protocol-validator 100% passing

Edward Lee (1):
      Code move to prevent circular dependency

George Liu (1):
      Add Accuracy property to sensors

Jiaqing Zhao (1):
      log_service: Fix behavior of getting single PostCode entry

Patrick Williams (4):
      format: reformat with latest openbmc-build-scripts
      markdownlint: fix all warnings
      clang-ignore: remove unneeded file
      black: re-format

Change-Id: I305949775fd8a717213594dde98e4b60a2d31fdf
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 892b4d0..7033db0 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 = "ddfc67521c537c372d54bc662c74c6e6b73be1c9"
+SRCREV = "fd06b304a7bdfb31e61b72376f2150b2a6e062f4"
 PV = "1.0+git${SRCPV}"
 
 SRC_URI = "git://github.com/openbmc/bmcweb.git;branch=master;protocol=https;nobranch=1"