summaryrefslogtreecommitdiff
path: root/meta-phosphor
diff options
context:
space:
mode:
authorAndrew Geissler <openbmcbump-github@yahoo.com>2022-10-13 22:11:38 +0300
committerPatrick Williams <patrick@stwcx.xyz>2022-10-13 23:13:54 +0300
commitdac07609c3820ab0e097d5069dfc5da1de6defad (patch)
tree5f63c9524c37e479de27e9071b99065ff1a2f3b7 /meta-phosphor
parent046dcdccabccc74901a6e2ef6da4259d3e725c08 (diff)
downloadopenbmc-dac07609c3820ab0e097d5069dfc5da1de6defad.tar.xz
bmcweb: srcrev bump b4ad4c05ee..77665bdac1
Nan Zhou (1): header cleanups Change-Id: Ie924b18a49537423cc1cfbcf514818a6555bd254 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 8f784fe319..944e2679e2 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 = "b4ad4c05eeb2104de3becaf704fa1055f72e8b61"
+SRCREV = "77665bdac1063ae547890a983daeab7f4320457d"
PV = "1.0+git${SRCPV}"
SRC_URI = "git://github.com/openbmc/bmcweb.git;branch=master;protocol=https;nobranch=1"