summaryrefslogtreecommitdiff
path: root/meta-phosphor/recipes-phosphor/interfaces
diff options
context:
space:
mode:
authorAndrew Geissler <openbmcbump-github@yahoo.com>2024-01-19 22:50:32 +0300
committerAndrew Geissler <geissonator@yahoo.com>2024-01-20 01:36:34 +0300
commit065757603a6c85d29aec5a869193e1002916b954 (patch)
treeb957eff02dc7f7f07c3c1a84250cf2c1cf8ab8e3 /meta-phosphor/recipes-phosphor/interfaces
parent619d5bc9bb37897bf4c9b2f9041bfe46653b554c (diff)
downloadopenbmc-065757603a6c85d29aec5a869193e1002916b954.tar.xz
bmcweb: srcrev bump f347756661..18f8f608b9
Ed Tanous (2): Clean up tftp update to use URL Remove some boost includes Ginu George (1): Pass correct Argument Types to propertyValueIncorrect Error Message Change-Id: Id0ee4adbd3e5d203d3087b55d6be135cb1d5d385 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 20e453c563..0676f794e2 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 = "f347756661ff81ff859ec15c16a0348ef5165bed"
+SRCREV = "18f8f608b966c802b3e2a389e3c1ec5a1fd9407b"
PV = "1.0+git${SRCPV}"
SRC_URI = "git://github.com/openbmc/bmcweb.git;branch=master;protocol=https"