commit | 5d4f4340bea177fd1503a632d0a1cb06e87214a8 | [log] [tgz] |
---|---|---|
author | Andrew Geissler <openbmcbump-github@yahoo.com> | Fri May 07 17:10:52 2021 +0000 |
committer | Andrew Geissler <geissonator@yahoo.com> | Fri May 07 21:05:36 2021 +0000 |
tree | 74c46aded715412bdf15c12a37c29343fa991b23 | |
parent | 0bb3d8f2fc0574bcf3405a2b5efe06a633f03f7b [diff] |
bmcweb: srcrev bump ffed87b5ad..1b1be67fb8 Krzysztof Grobelny (1): Replaced std::map::at with std::map::find Change-Id: I94fa606cb3a8dd98957867014512a29c6ff96694 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
diff --git a/meta-phosphor/recipes-phosphor/interfaces/bmcweb_git.bb b/meta-phosphor/recipes-phosphor/interfaces/bmcweb_git.bb index deb5808..30fdb9e 100644 --- a/meta-phosphor/recipes-phosphor/interfaces/bmcweb_git.bb +++ b/meta-phosphor/recipes-phosphor/interfaces/bmcweb_git.bb
@@ -13,7 +13,7 @@ SRC_URI = "git://github.com/openbmc/bmcweb.git" PV = "1.0+git${SRCPV}" -SRCREV = "ffed87b5ad1797ca966d030e7f97977028d258fa" +SRCREV = "1b1be67fb8d50293d452316f51227363750a3d00" S = "${WORKDIR}/git"