bmcweb: srcrev bump 1827b4f1de..76b038f20f
Ed Tanous (5):
Move run and redfish to compile units
Fix account service
Simplify query_param
Fix generate auth certs
Fix object type in json utils
Gunnar Mills (1):
Pull in all registries
Change-Id: Ie070fdf4b41a291f853f0d97b88dc378f3ab2cb0
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 a380275..16e994d 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 = "1827b4f1de1e42bb3e2f53f584f07bb7119a3ed2"
+SRCREV = "76b038f20fed54ff61450a175160dc0af21b3cf9"
PV = "1.0+git${SRCPV}"
SRC_URI = "git://github.com/openbmc/bmcweb.git;branch=master;protocol=https"