summaryrefslogtreecommitdiff
path: root/meta-phosphor/recipes-phosphor/interfaces
diff options
context:
space:
mode:
authorAndrew Geissler <openbmcbump-github@yahoo.com>2024-02-16 20:40:32 +0300
committerAndrew Geissler <geissonator@yahoo.com>2024-02-21 00:35:56 +0300
commit8e76458a913298c9178bfb632a6ec1f764cddd56 (patch)
tree8b489b675d53c6c16c4e3476c0aef68d9ab7b35e /meta-phosphor/recipes-phosphor/interfaces
parenta941d638722f7e94128f31a964374f6391235c2a (diff)
downloadopenbmc-8e76458a913298c9178bfb632a6ec1f764cddd56.tar.xz
bmcweb: srcrev bump b66551019c..52dd6932de
Ed Tanous (4): Simplify body Add unit tests for file body Simplify HTTP/2 buffering Write unit tests for http2 connection Jishnu CM (1): Configure DHCP4 and DHCP6 parameters independently Change-Id: I8a2c3419aaea073f91e1d52d383335996a634067 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
Diffstat (limited to 'meta-phosphor/recipes-phosphor/interfaces')
-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 dab6e467e3..3633d03af9 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 = "b66551019cf3c31186877c30a91ff8622454f342"
+SRCREV = "52dd6932dea23ed6f6ae24caec12c9a7f19c2284"
PV = "1.0+git${SRCPV}"
SRC_URI = "git://github.com/openbmc/bmcweb.git;branch=master;protocol=https"