summaryrefslogtreecommitdiff
path: root/meta-phosphor/recipes-phosphor
diff options
context:
space:
mode:
authorAndrew Geissler <openbmcbump-github@yahoo.com>2024-05-10 18:10:18 +0300
committerAndrew Geissler <geissonator@yahoo.com>2024-05-11 00:05:38 +0300
commit0186479433e0ad67b95f50e492f35be56795d584 (patch)
tree0ab7f13be686ec2fef961d2ef4d52fcd264c1252 /meta-phosphor/recipes-phosphor
parent2674efd85f8304c96989b5005f24ba6b9b04d341 (diff)
downloadopenbmc-0186479433e0ad67b95f50e492f35be56795d584.tar.xz
bmcweb: srcrev bump 3eaecac336..8332831685
Ed Tanous (1): Fix lesser used options Change-Id: I5ebf7902a9cc6e9646e7c7fa6e28d08cf74ac93a Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
Diffstat (limited to 'meta-phosphor/recipes-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 290eb95763..004c4e9ad9 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 = "3eaecac33685ca3297d53e041ab5c5116bc18d25"
+SRCREV = "83328316857b42960edd46cadf06902d2d4ba00b"
PV = "1.0+git${SRCPV}"
SRC_URI = "git://github.com/openbmc/bmcweb.git;branch=master;protocol=https"