summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Geissler <openbmcbump-github@yahoo.com>2024-06-11 18:50:37 +0300
committerAndrew Geissler <geissonator@yahoo.com>2024-06-11 21:10:24 +0300
commit503d187786fc3f796b8dbf342ccf90743838e510 (patch)
tree5a7a845fa01531ac45f22eb301bfcc256d5f6b01
parente25293c8d21874747c59d2b60c1eecd71775a122 (diff)
downloadopenbmc-503d187786fc3f796b8dbf342ccf90743838e510.tar.xz
bmcweb: srcrev bump 049079f651..00a0fe4e36
Abhilash Raju (2): http_client: Fixing bug in retry after a close call MTLS Client: Enabling mtls support in http_client Andrew Geissler (1): ssl_key_handler: utilize ssl path Ed Tanous (3): Make SSE pass Make cert generate for readonly directories Break out random ID methods Myung Bae (1): Fix handling of lanesInUse default value Ravi Teja (1): Populate DHCP UseDomainName with right D-bus values Change-Id: I24f64681d05f366a23484583ff137d26aafec702 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 c3930713eb..4797f7ffa8 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 = "049079f651fbfc465f136c8e9fe6acbd67f0434a"
+SRCREV = "00a0fe4e361efcdeb600f3a2e88b746fa18b9715"
PV = "1.0+git${SRCPV}"
SRC_URI = "git://github.com/openbmc/bmcweb.git;branch=master;protocol=https"