summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Geissler <openbmcbump-github@yahoo.com>2022-07-27 20:40:48 +0300
committerAndrew Geissler <andrew@geissonator.com>2022-07-27 23:58:42 +0300
commitab139688facc042df64be383432eb324a1e8ee99 (patch)
treeadceeea572caf57720160b0eaaa6b7a99d93151c
parent726a70bfede80f71fdace9dc725bb8242b56ebad (diff)
downloadopenbmc-ab139688facc042df64be383432eb324a1e8ee99.tar.xz
bmcweb: srcrev bump a926c53e9c..3648c8be1c
Ed Tanous (1): Query param: fix regression in top parameters Jiaqing Zhao (1): query_param: Set default value of $top to maxEntriesPerPage Josh Lehan (1): bmcweb: Show exception what() before exiting Nan Zhou (3): chassis: replace lambda with inline functions test treewide: iwyu authn: correct meson behaviors Patrick Williams (1): sdbusplus: use shorter type aliases Zhenwei Chen (1): Refactor getValidChassisPath Change-Id: I463a504fdc4e5bace6b2e4cbbe4943769544cecf 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 16ab5f3e7f..347fb96780 100644
--- a/meta-phosphor/recipes-phosphor/interfaces/bmcweb_git.bb
+++ b/meta-phosphor/recipes-phosphor/interfaces/bmcweb_git.bb
@@ -13,7 +13,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=175792518e4ac015ab6696d16c4f607e"
SRC_URI = "git://github.com/openbmc/bmcweb.git;branch=master;protocol=https;nobranch=1"
PV = "1.0+git${SRCPV}"
-SRCREV = "a926c53e9ceb83ea5dd02f889ef6ba1f2ad358f3"
+SRCREV = "3648c8be1c03c8ebe099185bc651613862fc0027"
S = "${WORKDIR}/git"