summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Geissler <openbmcbump-github@yahoo.com>2022-04-08 20:50:14 +0300
committerAndrew Geissler <andrew@geissonator.com>2022-04-11 04:54:56 +0300
commit7b6a354ce8860e55a77d5188f663aee5a73dea7d (patch)
tree5563f8f202f45802054cc6fd0702389c62c8264c
parent8fecb96c26a23a72abd61c7cce8db6f9b8ddc9cb (diff)
downloadopenbmc-7b6a354ce8860e55a77d5188f663aee5a73dea7d.tar.xz
bmcweb: srcrev bump 45ca1b868e..bacb216228
Jason M. Bills (1): registries: remove hardcoded size of MessageEntry arrays Jiaqing Zhao (2): Use multi-depth readJson to handle PATCH NetworkProtocol Remove unused modeString in translatePowerMode() Nan Zhou (2): hostlogger service: don't reference integerals sensors: move callback from lambda to inline functions with bind_front Snehalatha Venkatesh (1): Add BIOSAttributesChanged message entry Change-Id: Ide403206cb7e1ec8db4ff2060737d1ada75d038a 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 cd4bb39c7b..ca419a91f3 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 = "45ca1b868e47978a4d2e8ebb680cb384e804c97e"
+SRCREV = "bacb216228c45ca715163f4c81717b1af39889ab"
S = "${WORKDIR}/git"