summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Geissler <openbmcbump-github@yahoo.com>2022-05-19 23:00:11 +0300
committerAndrew Geissler <openbmcbump-github@yahoo.com>2022-05-19 23:00:11 +0300
commit41d9e802239ce9f03bdd7c3e732745b7d96b5e5f (patch)
tree22a6f682e78d71e70a7226e4b674afa86a3b0753
parent2f299d626bfaa5d1e8b402b118d6cb2e6bdf71a4 (diff)
downloadopenbmc-41d9e802239ce9f03bdd7c3e732745b7d96b5e5f.tar.xz
bmcweb: srcrev bump 039a47e347..9a5aceac20
Ed Tanous (1): Change query param errors to be 400 instead of 403 Nan Zhou (1): memory: move long code blocks in callbacks into separate functions Change-Id: Ib105652179bb5032f031b2286f8ba85953eafe1b 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 7e11a25181..9034936e29 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 = "039a47e3474d5667d295984f330e876aef309eac"
+SRCREV = "9a5aceac206a550930204f102f1b84d808579407"
S = "${WORKDIR}/git"