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>
diff --git a/meta-phosphor/recipes-phosphor/interfaces/bmcweb_git.bb b/meta-phosphor/recipes-phosphor/interfaces/bmcweb_git.bb
index c393071..4797f7f 100644
--- a/meta-phosphor/recipes-phosphor/interfaces/bmcweb_git.bb
+++ b/meta-phosphor/recipes-phosphor/interfaces/bmcweb_git.bb
@@ -13,7 +13,7 @@
${@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"