summaryrefslogtreecommitdiff
path: root/meta-phosphor/recipes-phosphor
diff options
context:
space:
mode:
authorAndrew Geissler <openbmcbump-github@yahoo.com>2023-03-20 18:50:22 +0300
committerAndrew Geissler <andrew@geissonator.com>2023-03-21 01:32:13 +0300
commit641668c0a48cfcd4f500e1e8e252dbf25ac3e981 (patch)
tree196520e2ab72274cf1c8ea8fa1a427eb5380198f /meta-phosphor/recipes-phosphor
parent137bb89206366cafad171fd2414a094e56e584e5 (diff)
downloadopenbmc-641668c0a48cfcd4f500e1e8e252dbf25ac3e981.tar.xz
bmcweb: srcrev bump 28dd5ca15a..8b2521a5a3
Carson Labrado (1): Implement AggregationSource Jian Zhang (1): Fix cannot get NTPServers Change-Id: Ia1c3a141371786a4fd1494401c7496673dd620f3 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
Diffstat (limited to 'meta-phosphor/recipes-phosphor')
-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 e0b3241e49..0a488e02f8 100644
--- a/meta-phosphor/recipes-phosphor/interfaces/bmcweb_git.bb
+++ b/meta-phosphor/recipes-phosphor/interfaces/bmcweb_git.bb
@@ -12,7 +12,7 @@ DEPENDS = " \
${@bb.utils.contains('PTEST_ENABLED', '1', 'gtest', '', d)} \
${@bb.utils.contains('PTEST_ENABLED', '1', 'gmock', '', d)} \
"
-SRCREV = "28dd5ca15a3008e50e5046602464966720d6b5f3"
+SRCREV = "8b2521a5a3be479814beb316975bf3de0b4e378f"
PV = "1.0+git${SRCPV}"
SRC_URI = "git://github.com/openbmc/bmcweb.git;branch=master;protocol=https"