summaryrefslogtreecommitdiff
path: root/meta-phosphor/recipes-phosphor/interfaces
diff options
context:
space:
mode:
authorAndrew Geissler <openbmcbump-github@yahoo.com>2023-10-10 21:40:28 +0300
committerAndrew Geissler <geissonator@yahoo.com>2023-10-10 19:24:26 +0300
commit312d61307afdc47acbe9087534c69e55c7054fac (patch)
tree09d7791237712f96ac442451882ec8d93539a309 /meta-phosphor/recipes-phosphor/interfaces
parent220dafdb7243da3683b8a972c80a3719c2d137ef (diff)
downloadopenbmc-312d61307afdc47acbe9087534c69e55c7054fac.tar.xz
bmcweb: srcrev bump b8ad583f70..6fd295531d
Ed Tanous (1): Update to boost 1.83.0 Includes new dependency on boost url library Change-Id: I1ad49913a431d085f71ccbee497e492e315b2d2d 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 2600a8be02..154052744f 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 = "b8ad583f70f3f4acb9fb3883857a5f8d7af29fd3"
+SRCREV = "6fd295531d34a3f1df887200ad904321b6020ddd"
PV = "1.0+git${SRCPV}"
SRC_URI = "git://github.com/openbmc/bmcweb.git;branch=master;protocol=https"