bmcweb: srcrev bump 479e899d5f..f19ab44ac9

Ed Tanous (1):
      Add check for "quiesced" bmc manager state

Szymon Dompke (1):
      Add Links/Triggers to MetricReportDefinition

Change-Id: I739cfc32c78c98bc2da9fd59d23d1860e5a14388
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 5a1e4c1..c528609 100644
--- a/meta-phosphor/recipes-phosphor/interfaces/bmcweb_git.bb
+++ b/meta-phosphor/recipes-phosphor/interfaces/bmcweb_git.bb
@@ -12,7 +12,7 @@
     ${@bb.utils.contains('PTEST_ENABLED', '1', 'gtest', '', d)} \
     ${@bb.utils.contains('PTEST_ENABLED', '1', 'gmock', '', d)} \
 "
-SRCREV = "479e899d5f57a67647f83b7f615d2c8565290bcf"
+SRCREV = "f19ab44ac9141e6aec10426914bd0075043ca173"
 PV = "1.0+git${SRCPV}"
 
 SRC_URI = "git://github.com/openbmc/bmcweb.git;branch=master;protocol=https"