bmcweb: srcrev bump a1cbc19208..2ec5b14d04

Ed Tanous (1):
      Revisit OEM schemas

Logananth Sundararaj (1):
      Add HotPluggable support in Redfish

Change-Id: I682d94e1ebb1d59ddc9bad26c9d978934140b289
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 0ccda92..e25dbc1 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 = "a1cbc1920833ae7f7cf9c2e7df06e37dc7f9f530"
+SRCREV = "2ec5b14d046e287c740ef59360f3d7637efb8085"
 PV = "1.0+git${SRCPV}"
 
 SRC_URI = "git://github.com/openbmc/bmcweb.git;branch=master;protocol=https"