summaryrefslogtreecommitdiff
path: root/meta-phosphor
diff options
context:
space:
mode:
authorAndrew Geissler <openbmcbump-github@yahoo.com>2024-09-23 18:50:36 +0300
committerAndrew Geissler <geissonator@yahoo.com>2024-09-24 04:59:16 +0300
commit4f0984a3d053067b380b91ea1dae3dcc31cd3337 (patch)
treecfaf53bf8e8ea574fc411f068b1615f8ec768525 /meta-phosphor
parenta8602b03c3b3146995eb1d47b0d6c3222a53ccbc (diff)
downloadopenbmc-4f0984a3d053067b380b91ea1dae3dcc31cd3337.tar.xz
bmcweb: srcrev bump 8812e8beca..a14c911322
Alexander Hansen (1): event logs: introduce struct DbusEventLogEntry Ed Tanous (2): Re-eenable boost concepts Add extra subscription params support Change-Id: I1220b32a88c7526b7d935e9d18b5264152bf97cc 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 7a3b53ec9b..8a724e0ef6 100644
--- a/meta-phosphor/recipes-phosphor/interfaces/bmcweb_git.bb
+++ b/meta-phosphor/recipes-phosphor/interfaces/bmcweb_git.bb
@@ -14,7 +14,7 @@ DEPENDS = " \
${@bb.utils.contains('PTEST_ENABLED', '1', 'gtest', '', d)} \
${@bb.utils.contains('PTEST_ENABLED', '1', 'gmock', '', d)} \
"
-SRCREV = "8812e8becaf44d810e68ed80692c2797b2f114ac"
+SRCREV = "a14c9113226dcae33a36eb4e50abbcc28be998ae"
PV = "1.0+git${SRCPV}"
SRC_URI = "git://github.com/openbmc/bmcweb.git;branch=master;protocol=https"