bmcweb: srcrev bump ff0a08815e..478c5a57ac
Ed Tanous (7):
Format meson options file
meson_options.txt -> meson.options
Remove yocto-deps option
Filter Expression parser
Add filter parameter support
Use lexme in redfish filter parser
Allow fuzzy string comparisons in $filter expr
Ginu George (1):
Pass redfishPropertyName earlier argument
Jagpal Singh Gill (1):
add D-Bus interface for unstructured HTTP push
Paul Fertser (1):
Fix returning Roles for Sessions POST
Change-Id: I311528ebbc6006f446229e9a14c26506628d6733
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 d85887b..7665929 100644
--- a/meta-phosphor/recipes-phosphor/interfaces/bmcweb_git.bb
+++ b/meta-phosphor/recipes-phosphor/interfaces/bmcweb_git.bb
@@ -13,7 +13,7 @@
${@bb.utils.contains('PTEST_ENABLED', '1', 'gtest', '', d)} \
${@bb.utils.contains('PTEST_ENABLED', '1', 'gmock', '', d)} \
"
-SRCREV = "ff0a08815ee289a7a67c31e9bb460cb240daad67"
+SRCREV = "478c5a57ac1143d689f3d3670092c2eb75e0f0c4"
PV = "1.0+git${SRCPV}"
SRC_URI = "git://github.com/openbmc/bmcweb.git;branch=master;protocol=https"