summaryrefslogtreecommitdiff
path: root/meta-phosphor
diff options
context:
space:
mode:
authorAndrew Geissler <openbmcbump-github@yahoo.com>2022-10-14 06:42:03 +0300
committerPatrick Williams <patrick@stwcx.xyz>2022-10-14 12:09:25 +0300
commit7fbcf298986a6839d31ffd09f59bcb68d6dce6f0 (patch)
tree2bb24b5d3fd38429395472816549643748270421 /meta-phosphor
parentf24a904da3d930f852af85022c432d79cad001d8 (diff)
downloadopenbmc-7fbcf298986a6839d31ffd09f59bcb68d6dce6f0.tar.xz
bmcweb: srcrev bump 77665bdac1..525fc07224
Sunitha Harish (1): NetworkProtocol: Support NetworkSuppliedServers property Change-Id: I267b54a845907ac85725454c73466c7f5725e424 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
Diffstat (limited to 'meta-phosphor')
-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 944e2679e2..da4dcf0b8d 100644
--- a/meta-phosphor/recipes-phosphor/interfaces/bmcweb_git.bb
+++ b/meta-phosphor/recipes-phosphor/interfaces/bmcweb_git.bb
@@ -13,7 +13,7 @@ DEPENDS = " \
${@bb.utils.contains('PTEST_ENABLED', '1', 'gtest', '', d)} \
${@bb.utils.contains('PTEST_ENABLED', '1', 'gmock', '', d)} \
"
-SRCREV = "77665bdac1063ae547890a983daeab7f4320457d"
+SRCREV = "525fc07224884d3640e5c4a1b6a551aee024f7bd"
PV = "1.0+git${SRCPV}"
SRC_URI = "git://github.com/openbmc/bmcweb.git;branch=master;protocol=https;nobranch=1"