summaryrefslogtreecommitdiff
path: root/meta-phosphor
diff options
context:
space:
mode:
authorAndrew Geissler <openbmcbump-github@yahoo.com>2022-12-05 20:10:32 +0300
committerAndrew Geissler <andrew@geissonator.com>2022-12-06 02:17:55 +0300
commit10d1377209ef73d83a3614f407262e23fad30b4c (patch)
tree2401977cf094f7c8bd3036de661320c5f3d8fcd6 /meta-phosphor
parentf00d4ccfd09bc192a0b91897ed05db11195583c2 (diff)
downloadopenbmc-10d1377209ef73d83a3614f407262e23fad30b4c.tar.xz
bmcweb: srcrev bump 2138483c18..ddfc67521c
Ed Tanous (1): Fix NTPServers property in Redfish Johnathan Mantey (1): Prevent unconditionally writing over the LinkStatus Patrick Williams (1): python: fix flake8 warnings Change-Id: I35a9b93a642fc2be813e061c1b921c6842ee6d79 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 689a9bd7f7..892b4d0e22 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 = "2138483c183b367bb5657d3f4c7354708e67cc47"
+SRCREV = "ddfc67521c537c372d54bc662c74c6e6b73be1c9"
PV = "1.0+git${SRCPV}"
SRC_URI = "git://github.com/openbmc/bmcweb.git;branch=master;protocol=https;nobranch=1"