summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Geissler <openbmcbump-github@yahoo.com>2024-05-09 03:30:17 +0300
committerAndrew Geissler <geissonator@yahoo.com>2024-05-09 20:42:57 +0300
commit2dac15fd8c2ea222cb132cd23cdd2ba27d1955bb (patch)
treee6b49276d3f3e7776df3e6800511a98d110fd183
parent170a344f604874133d496fbf43ecc830cb6d7620 (diff)
downloadopenbmc-2dac15fd8c2ea222cb132cd23cdd2ba27d1955bb.tar.xz
bmcweb: srcrev bump 743eb1c0cb..3eaecac336
Ed Tanous (6): Move logging args Add https parsing Check return codes std::remove to std::filesystem::remove Fix TFTP merge conflict Fix merge conflict in session Gunnar Mills (1): obmc_console: Fix some missing headers Change-Id: I5c07dd073def7e45fa2c1dc024fa4dfcc3a4cc1b 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 275d65cf83..290eb95763 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 = "743eb1c0cb44c955078daa2912767cd6d6bb6432"
+SRCREV = "3eaecac33685ca3297d53e041ab5c5116bc18d25"
PV = "1.0+git${SRCPV}"
SRC_URI = "git://github.com/openbmc/bmcweb.git;branch=master;protocol=https"