bmcweb: srcrev bump f5a5d81de6..aceb7fc879

Gunnar Mills (1):
      bmcweb: Redfish make MemorySizeInKB optional

Matt Spinler (9):
      REST: For enumerate, use GetObject for target path
      REST: For enumerate, try GetAll as last resort
      REST: For enumerate, return the error in JSON
      REST: For GET, return errors in JSON
      REST: For list, return the error in JSON
      REST: For /action/<method>, return errors in JSON
      REST: Add JSON error when no D-Bus handlers found
      REST: For PUT, return errors in JSON
      REST: Add DELETE support

(From meta-phosphor rev: ada292c8f5f9364333f58a3f93c1d2ace164b349)

Change-Id: If461ff8408d495de77dc1c754b62894f6045b6f0
Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
diff --git a/meta-phosphor/recipes-phosphor/interfaces/bmcweb_git.bb b/meta-phosphor/recipes-phosphor/interfaces/bmcweb_git.bb
index 7d1a5f6..40ec570 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 = "f5a5d81de61863a189fb1154f5f4780c88d41d7d"
+SRCREV = "aceb7fc879578407879af2f456458d080e39ec2d"
 
 S = "${WORKDIR}/git"