summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Geissler <openbmcbump-github@yahoo.com>2022-01-13 01:20:12 +0300
committerAndrew Geissler <geissonator@yahoo.com>2022-01-13 03:56:41 +0300
commit24da74e96b97ae12820471b2cf6c1d75750b468b (patch)
treeb59e18c240d3c7ec566fe7a45940e33f50aa5446
parent01b19628f0f47b58141f538d35a5b382cbaade35 (diff)
downloadopenbmc-24da74e96b97ae12820471b2cf6c1d75750b468b.tar.xz
bmcweb: srcrev bump cd5e430908..0dccd04031
Ed Tanous (19): Enable clang-tidy forward reference checks enable bugprone exception escape check Enable bugprone widening checks in clang Enable clang-tidy checks we already pass Enable init checker Enable cppcoreguidelines-special-member-functions checks Enable reinterpre_cast checks Enable checks for pointer arithmetic Enforce variable init Enable cpp core guidelines macro checks Enable pointer devolution checks Enable const_cast checks Enable pro-type-cstyle-cast checks enable cppcoreguidelines-pro-type-vararg checks Enable malloc checks Enable pro-type-static-cast-downcast checks Enable and enforce cpp core guidelines Fix regresssion in name Fix 32/64 bit compile issue Change-Id: Ie53609333eeca8bf4dab07b389f6e5a52cbd55fb 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 0c7812da9a..bc00f5c942 100644
--- a/meta-phosphor/recipes-phosphor/interfaces/bmcweb_git.bb
+++ b/meta-phosphor/recipes-phosphor/interfaces/bmcweb_git.bb
@@ -13,7 +13,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=175792518e4ac015ab6696d16c4f607e"
SRC_URI = "git://github.com/openbmc/bmcweb.git"
PV = "1.0+git${SRCPV}"
-SRCREV = "cd5e430908916fad4cb9dcabf577cace2dca1cc5"
+SRCREV = "0dccd040311847cbd7438b5f63207d360d5b3a34"
S = "${WORKDIR}/git"