summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Geissler <openbmcbump-github@yahoo.com>2024-05-03 21:00:42 +0300
committerAndrew Geissler <openbmcbump-github@yahoo.com>2024-05-03 21:00:42 +0300
commit94acc872dae7d6c7b9628df4e853205baaf3ffa6 (patch)
tree75c1c2499dcecd4dfd693a25936e5735d2a16a54
parentda422760f1e3e7ef508df484cbb25c1e88b91313 (diff)
downloadopenbmc-94acc872dae7d6c7b9628df4e853205baaf3ffa6.tar.xz
bmcweb: srcrev bump 5ffd11f248..743eb1c0cb
Ed Tanous (2): Increase the file buffer Implement client certificate schemas Jagpal Singh Gill (1): updateservice: add start-update meson option Johnathan Mantey (1): Delete IPv4 default gateway when deleting an IPv4 static address Jonathan Doman (1): Manage Request with shared_ptr Change-Id: Idc5d0cf2598e10926f44df3238e2a42a876a9c8b Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
-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 4e2679a414..275d65cf83 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 = "5ffd11f248f155614bf30b498cb01a4e2065094d"
+SRCREV = "743eb1c0cb44c955078daa2912767cd6d6bb6432"
PV = "1.0+git${SRCPV}"
SRC_URI = "git://github.com/openbmc/bmcweb.git;branch=master;protocol=https"