diff options
author | Andrew Geissler <openbmcbump-github@yahoo.com> | 2021-02-12 22:10:46 +0300 |
---|---|---|
committer | Andrew Geissler <geissonator@yahoo.com> | 2021-02-13 01:28:20 +0300 |
commit | 44e756d6cabc014ffca8007b200216e92f6ba29e (patch) | |
tree | 45f2b5dc855220d1cdf05e2edd55feb77c7dc951 | |
parent | dba908308d3388a7301572b83745f0eab44e1db8 (diff) | |
download | openbmc-44e756d6cabc014ffca8007b200216e92f6ba29e.tar.xz |
bmcweb: srcrev bump 2b3da45876..ae6595ef53
Adriana Kobylak (1):
log_services: Improve error handling for DBus Log Entry
Ed Tanous (1):
Add 404 handling to COMMON_ERRORS.md
Change-Id: I1475edfe0b79e51c6ae60e92b2521ade473db6ab
Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
-rw-r--r-- | meta-phosphor/recipes-phosphor/interfaces/bmcweb_git.bb | 2 |
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 b5ebe96b5..a926dd3ca 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://LICENCE;md5=a6a4edad4aed50f39a66d098d74b265b" SRC_URI = "git://github.com/openbmc/bmcweb.git" PV = "1.0+git${SRCPV}" -SRCREV = "2b3da45876aac57a36d3093379a992d699e7e396" +SRCREV = "ae6595ef5349a290bd36d5da967190aa4a461355" S = "${WORKDIR}/git" |