diff options
author | Andrew Geissler <openbmcbump-github@yahoo.com> | 2019-01-10 20:21:42 +0300 |
---|---|---|
committer | Brad Bishop <bradleyb@fuzziesquirrel.com> | 2019-01-10 22:02:33 +0300 |
commit | 686ad8f0aa30e87e988c8e2ad0257d9c0b4b0c89 (patch) | |
tree | f17922b0fdb3565f64aa7e8e1e1f9e3e8ac3f3f2 | |
parent | 73bb1a68bf8fd71128b10894f2aabd1388bc2713 (diff) | |
download | openbmc-686ad8f0aa30e87e988c8e2ad0257d9c0b4b0c89.tar.xz |
bmcweb: srcrev bump bb3d994666..c0eb9bd95a
Andrew Geissler (1):
Fix host state checking logic
Cheng C Yang (1):
Fix disconnection problem for HTML5 SOL
James Feist (2):
Move filesystem from experimental namespace
filesystem.hpp fix bad sed
Matt Spinler (1):
REST: Use status 400 for method arg problems
Vernon Mauery (1):
bmcweb: remove boost::asio::local::stream_protocol::endpoint hack
(From meta-phosphor rev: b9c2ef0539adc463a4af080bdea0e742ffbd082e)
Change-Id: I4eaae86b5dcdefb9093ae126859af689e8c35b31
Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.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 88d96ea3b..2536cc343 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 = "bb3d994666e5dba2d2be08c89736d3f46612dde0" +SRCREV = "c0eb9bd95afa900dc808dce7c2c5fa521ba828f5" S = "${WORKDIR}/git" |