bmcweb: srcrev bump 89492a157c..bad2c4a9a1

Ed Tanous (3):
      Don't rely on implicit operator comparison
      Update RedfishVersion to 1.17.0
      Revert "http_connection: Allow empty json objects"

Lakshmi Yadlapati (1):
      Remove "Manufacturer" from PCIeDevice interface

Patrick Williams (17):
      human-sort: fix clang-tidy warnings about pointer arithmetic
      time-utils: fix clang-tidy warning
      multipart-parser: fix clang-tidy issues
      pam-authenticate: fix clang-tidy warning
      mutual-tls: fix clang-tidy warning
      json-html-serializer: fix clang-tidy warning
      query-param: fix clang-tidy warnings
      log-services: fix clang-tidy warnings
      certificate-service: fix clang-tidy warnings
      http-logging: fix clang-tidy warnings
      http-app: fix unused macro clang-tidy warning
      chassis: fix clang-tidy warning
      fix clang-tidy warnings with unreachable returns
      use emplace where appropriate per clang-tidy
      ibm-locks: shut up clang-tidy by disabling code
      systems: remove stray break for clang-tidy
      fix more push vs emplace calls

Change-Id: I7c1aebc8f1d857080fb4d8270b84ba8d177dd399
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 dedb6cc..4d2e814 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 = "89492a157c9cf972b342421e24d41fd382510251"
+SRCREV = "bad2c4a9a1095e5e41959bfc5bc56102bbd2a79a"
 PV = "1.0+git${SRCPV}"
 
 SRC_URI = "git://github.com/openbmc/bmcweb.git;branch=master;protocol=https"