summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Geissler <openbmcbump-github@yahoo.com>2024-04-11 19:10:46 +0300
committerAndrew Geissler <geissonator@yahoo.com>2024-04-11 20:54:16 +0300
commit6abb15a7416d9c5d758576322f92235444f0a6b0 (patch)
tree499364aec7fbf0a105660d01c3588db0d2d3a7c7
parent30c6ad30690948561d9c40e0f76bc70dcfdac575 (diff)
downloadopenbmc-6abb15a7416d9c5d758576322f92235444f0a6b0.tar.xz
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>
-rw-r--r--meta-phosphor/recipes-phosphor/interfaces/bmcweb_git.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-phosphor/recipes-phosphor/interfaces/bmcweb_git.bb b/meta-phosphor/recipes-phosphor/interfaces/bmcweb_git.bb
index a3802759dc..16e994db8e 100644
--- a/meta-phosphor/recipes-phosphor/interfaces/bmcweb_git.bb
+++ b/meta-phosphor/recipes-phosphor/interfaces/bmcweb_git.bb
@@ -13,7 +13,7 @@ DEPENDS = " \
${@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"