summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Geissler <openbmcbump-github@yahoo.com>2022-03-28 21:40:11 +0300
committerAndrew Geissler <andrew@geissonator.com>2022-03-29 00:42:47 +0300
commite83ab3ff4bb9b5e75982c6f6d2375f0371c417e5 (patch)
tree0f287f1eaa948a6e890a6402c2436659366a884d
parenta80bf10e59fe8b16a151141d9d6a0c65f93744f8 (diff)
downloadopenbmc-e83ab3ff4bb9b5e75982c6f6d2375f0371c417e5.tar.xz
bmcweb: srcrev bump 1c30e500c6..1c8252799b
Ed Tanous (2): Move SessionService to free methods Make bmcweb pass REQ_POST_CREATE_TO_MEMBERS_PROP Jiaqing Zhao (2): Memory: Fix OperatingMemoryModes and MemoryMedia properties Drop unused App.sslFile() method Nan Zhou (1): script: specify the interpreter to env Change-Id: I37f208653d89bb8b6a64f5880d17e2cbba0636ba 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 22b5317150..f1fbf39ac9 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 = "1c30e500c6f234ed53a8aa84f0f367e5d90eb02f"
+SRCREV = "1c8252799b1c97fad5b05c5746ec512292a1f66c"
S = "${WORKDIR}/git"