summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Geissler <openbmcbump-github@yahoo.com>2022-02-15 08:40:09 +0300
committerPatrick Williams <patrick@stwcx.xyz>2022-02-15 21:27:32 +0300
commit70a300f055e2ece9cb742b29d0b6cd8ff7095460 (patch)
tree2e7be516e06834d031d72d595bdafc4468703f95
parent6fdf32ca34cffeb80e6d354dbedd6f0e3fd39a4a (diff)
downloadopenbmc-70a300f055e2ece9cb742b29d0b6cd8ff7095460.tar.xz
bmcweb: srcrev bump 213ffc701d..11baefe467
Ed Tanous (9): Add readability-redundant-* checks Enable performance-no-int-to-ptr check Remove invalid base log message Regenerate generated code as part of the build Abstract fillMessageArgs and unit test it Enable readability-implicit-bool-conversion checks readability-static-accessed-through-instance Enable readability-uppercase-literal-suffix Move validateAndSplitUri to common utility header Jason M. Bills (1): account_service: Remove unused DbusInterfaceType Change-Id: I4e17519a97023c669c794cb20145297d95d6408a 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 e7ded4d678..5a78cb040d 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;branch=master;protocol=https;nobranch=1"
PV = "1.0+git${SRCPV}"
-SRCREV = "213ffc701d838bece5893cda23475e7518bd6955"
+SRCREV = "11baefe467d1b6d4c845325276bc46de01d23cdb"
S = "${WORKDIR}/git"