summaryrefslogtreecommitdiff
path: root/meta-phosphor
diff options
context:
space:
mode:
authorAndrew Geissler <openbmcbump-github@yahoo.com>2019-11-12 11:01:26 +0300
committerBrad Bishop <bradleyb@fuzziesquirrel.com>2019-11-12 20:17:08 +0300
commitaf6d42fec6d8efb3ad7f2c81ddc03801c2c17b90 (patch)
tree1de50d6d956d28760927a4efad5ca6316eb61a16 /meta-phosphor
parent3e3e1af19c6a29149b0160c858e852cc0f6aaae3 (diff)
downloadopenbmc-af6d42fec6d8efb3ad7f2c81ddc03801c2c17b90.tar.xz
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>
Diffstat (limited to 'meta-phosphor')
-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 ba079f71f..5c06430c2 100644
--- a/meta-phosphor/recipes-phosphor/interfaces/bmcweb_git.bb
+++ b/meta-phosphor/recipes-phosphor/interfaces/bmcweb_git.bb
@@ -15,7 +15,7 @@ LIC_FILES_CHKSUM = "file://LICENCE;md5=a6a4edad4aed50f39a66d098d74b265b"
SRC_URI = "git://github.com/openbmc/bmcweb.git"
PV = "1.0+git${SRCPV}"
-SRCREV = "cb3e11fadd77b04f5b26aefbde18411625e5e304"
+SRCREV = "501f1e58ea6fdf97163ce4ea05fbaf1861a62b79"
S = "${WORKDIR}/git"