bmcweb: srcrev bump 6d0b80be1b..4f4679630b

Alexander Hansen (1):
      refactor log_services.hpp, separate handlers

Andrew Geissler (1):
      chassis: fix power state regression

Ed Tanous (9):
      Consistently use generated enumerations
      Remove EventType
      Add back odata support
      Add missing nullptr check
      Remove inline operator
      Remove unused code
      Fix overflow
      Fix tabbing on readJsonPatch
      Add case default

George Liu (2):
      scripts: csdl-to-json-converter: README.md: Fix MD040 warnings
      scripts: csdl-to-json-converter: README.md: Fix MD034 warnings

Jagpal Singh Gill (1):
      update service: remove tftp simple update flow

Konstantin Aladyshev (1):
      Remove "Function wasn't a string?" messages for PCIe

Change-Id: I498a0a498a7359485e9718f3ecfffebbe476510f
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 0ba7a6f..9de9ec4 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 = "6d0b80be1b79122de60ade0b80460510696954e0"
+SRCREV = "4f4679630bf34ee046b594c68a321f3108b06935"
 PV = "1.0+git${SRCPV}"
 
 SRC_URI = "git://github.com/openbmc/bmcweb.git;branch=master;protocol=https"