bmcweb: srcrev bump cb3e11fadd..501f1e58ea
Ed Tanous (7):
Document commands to run clang-tidy
Move default destructors to = default syntax
Fix modernize-use-bool-literals
Fix tabbing in CMakeLists.txt
Replace all uses of NULL with nullptr
Move error strings to const char*
Add a self check in the copy constructor for qs
Zbigniew Kurzynski (1):
TLS method configuration
jayaprakash Mutyala (1):
account_service: Added NoAccess role to Redfish
Change-Id: I0a315538a42d7a4c1335ab90dccc2da2b59b47d1
Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
diff --git a/recipes-phosphor/interfaces/bmcweb_git.bb b/recipes-phosphor/interfaces/bmcweb_git.bb
index ba079f7..5c06430 100644
--- a/recipes-phosphor/interfaces/bmcweb_git.bb
+++ b/recipes-phosphor/interfaces/bmcweb_git.bb
@@ -15,7 +15,7 @@
SRC_URI = "git://github.com/openbmc/bmcweb.git"
PV = "1.0+git${SRCPV}"
-SRCREV = "cb3e11fadd77b04f5b26aefbde18411625e5e304"
+SRCREV = "501f1e58ea6fdf97163ce4ea05fbaf1861a62b79"
S = "${WORKDIR}/git"