summaryrefslogtreecommitdiff
path: root/meta-phosphor
diff options
context:
space:
mode:
authorAndrew Geissler <openbmcbump-github@yahoo.com>2024-04-17 23:20:31 +0300
committerAndrew Geissler <openbmcbump-github@yahoo.com>2024-04-17 23:20:31 +0300
commit8b532a3923799dda054a8fcc13c01e8edb07319b (patch)
tree31d3ece993bfcc97ffac6ed75cdc8763a9f43a51 /meta-phosphor
parentaada3619b6439b261f751e4fe3397ef40841df8f (diff)
downloadopenbmc-8b532a3923799dda054a8fcc13c01e8edb07319b.tar.xz
bmcweb: srcrev bump ac25adb8d4..f2caadcee1
Ed Tanous (8): Add type safety for NTP server objects Stage 2 refactor LDAP parameters Remove OpenSSL warnings ignore Fix NTP set race condition Refactor UpdateService Break out DoTftpUpdate Refactor tftp parser Reformat meson files Gunnar Mills (1): Update Privilege Registry from 1.3.0 to 1.5.0 Change-Id: I34d0cce4d3b482a4f40a0d4a3d004813eee69374 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
Diffstat (limited to 'meta-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 3cad22af59..479d5bb0dc 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 = "ac25adb8d491342fc5fd4e189c58b79be6f5835a"
+SRCREV = "f2caadcee107d537be6fdb8e04bcc975eaa594c6"
PV = "1.0+git${SRCPV}"
SRC_URI = "git://github.com/openbmc/bmcweb.git;branch=master;protocol=https"