summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Geissler <openbmcbump-github@yahoo.com>2023-05-12 21:40:33 +0300
committerAndrew Geissler <geissonator@yahoo.com>2023-05-12 23:48:34 +0300
commit66854a639da4fa6373b28a6e45c4cfb44f29d620 (patch)
treea6683b16161f34e74a9690696ec1a6cda5f72e5b
parent0b2375baa92743a8c3903eb5afacb3b173903537 (diff)
downloadopenbmc-66854a639da4fa6373b28a6e45c4cfb44f29d620.tar.xz
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>
-rw-r--r--meta-phosphor/recipes-phosphor/interfaces/bmcweb_git.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-phosphor/recipes-phosphor/interfaces/bmcweb_git.bb b/meta-phosphor/recipes-phosphor/interfaces/bmcweb_git.bb
index dedb6cc58e..4d2e814777 100644
--- a/meta-phosphor/recipes-phosphor/interfaces/bmcweb_git.bb
+++ b/meta-phosphor/recipes-phosphor/interfaces/bmcweb_git.bb
@@ -12,7 +12,7 @@ DEPENDS = " \
${@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"