summaryrefslogtreecommitdiff
path: root/meta-phosphor
diff options
context:
space:
mode:
authorAndrew Geissler <openbmcbump-github@yahoo.com>2022-12-20 21:50:27 +0300
committerAndrew Geissler <andrew@geissonator.com>2022-12-21 01:21:27 +0300
commit47c8a58df450d28a7494dff8131d1b95f587b8b4 (patch)
tree99ee5dc9a12168fb70d29eb7587c6c2806278dad /meta-phosphor
parent7e6220e07eda30dccdd2e48ef0554a349dae8b50 (diff)
downloadopenbmc-47c8a58df450d28a7494dff8131d1b95f587b8b4.tar.xz
bmcweb: srcrev bump 5a19396d08..6dcbb8675d
Carson Labrado (1): Correct boost 1.81.0 expected hash Change-Id: Ibe6b7e33bbe4800c4df5d251075fc1257fb5970e 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 51a1d9f994..38a7701ce7 100644
--- a/meta-phosphor/recipes-phosphor/interfaces/bmcweb_git.bb
+++ b/meta-phosphor/recipes-phosphor/interfaces/bmcweb_git.bb
@@ -12,7 +12,7 @@ DEPENDS = " \
${@bb.utils.contains('PTEST_ENABLED', '1', 'gtest', '', d)} \
${@bb.utils.contains('PTEST_ENABLED', '1', 'gmock', '', d)} \
"
-SRCREV = "5a19396d081c5cb68d3e880529ecd552d1c4f5a0"
+SRCREV = "6dcbb8675d5c5765c3e53354b8f3b339effecd44"
PV = "1.0+git${SRCPV}"
SRC_URI = "git://github.com/openbmc/bmcweb.git;branch=master;protocol=https;nobranch=1"