bmcweb: srcrev bump 76b038f20f..87c449664e

Asmitha Karunanithi (1):
      Move to Redfish setProperty call

Ed Tanous (14):
      Simplify router
      Fix large copies with url_view and segments_view
      Fix buffer_copy
      Give static analysis some hints
      Remove logically dead code
      Remove logically dead code
      Fix file removal
      Add nullptr check
      Remove a copy
      Use rvalue reference
      Fix a couple includes to use <> instead of ""
      Fix post code parsing
      Fix nullptr failures for image upload
      Use beast message_generator

Change-Id: I8fff254e3b857518ecc1fcb4885913068131a935
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 16e994d..06510b0 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 = "76b038f20fed54ff61450a175160dc0af21b3cf9"
+SRCREV = "87c449664e5375abb040af6fad63ef965c311bec"
 PV = "1.0+git${SRCPV}"
 
 SRC_URI = "git://github.com/openbmc/bmcweb.git;branch=master;protocol=https"