bmcweb: srcrev bump 7a696974d7..7164bc62dd
Chau Ly (1):
chassis: Tidy up lambda funcs in get chassis
Patrick Williams (1):
build: use allowed over enabled
Change-Id: I30811d0c6bc07fd86f7ed939c1fe515ea61ddd46
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 c47238c..95017c9 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 = "7a696974d7a987e3eb135a6cbad0a4ace8d109d2"
+SRCREV = "7164bc62dd26ec92b01985aaae97ecc48276dea5"
PV = "1.0+git${SRCPV}"
SRC_URI = "git://github.com/openbmc/bmcweb.git;branch=master;protocol=https"