bmcweb: srcrev bump 3544d2a719..a716aa7495
Ed Tanous (1):
Move http client to URL
Change-Id: I3bcd5dfdf3690cd7bb36842db6db68e114eca7b1
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 e135e6b..0785c7c 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 = "3544d2a719c8bb7b07f9a39f61a3770ec84b909f"
+SRCREV = "a716aa74954617e32a1d2e691d184580402b3eaf"
PV = "1.0+git${SRCPV}"
SRC_URI = "git://github.com/openbmc/bmcweb.git;branch=master;protocol=https"