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
(From meta-phosphor rev: 6ab991776445813137a0dbbb1fb76b5baecaa8f4)
Change-Id: I6d8b9e05a1d5c30909361a289623ffac3f8f5081
Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
diff --git a/meta-phosphor/recipes-phosphor/interfaces/bmcweb_git.bb b/meta-phosphor/recipes-phosphor/interfaces/bmcweb_git.bb
index ba079f7..5c06430 100644
--- a/meta-phosphor/recipes-phosphor/interfaces/bmcweb_git.bb
+++ b/meta-phosphor/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"