summaryrefslogtreecommitdiff
path: root/meta-phosphor/recipes-phosphor/interfaces
diff options
context:
space:
mode:
authorAndrew Geissler <openbmcbump-github@yahoo.com>2024-04-16 03:30:47 +0300
committerAndrew Geissler <geissonator@yahoo.com>2024-04-16 16:01:02 +0300
commitae3f0d7237f07e554b2c090ffdd9f01ddbbcf896 (patch)
tree25a4ce8e1c1c408d8d63f7669abf35bb9ec24d29 /meta-phosphor/recipes-phosphor/interfaces
parent1c384c3397ef02237e64b140f129c184b7ba6e5c (diff)
downloadopenbmc-ae3f0d7237f07e554b2c090ffdd9f01ddbbcf896.tar.xz
bmcweb: srcrev bump 87c449664e..ac25adb8d4
Ed Tanous (1): Fix Privileges warnings Change-Id: Iccc9bd566808e28e13268af10b3d0cb92e50ee93 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
Diffstat (limited to 'meta-phosphor/recipes-phosphor/interfaces')
-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 06510b0e80..3cad22af59 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 = "87c449664e5375abb040af6fad63ef965c311bec"
+SRCREV = "ac25adb8d491342fc5fd4e189c58b79be6f5835a"
PV = "1.0+git${SRCPV}"
SRC_URI = "git://github.com/openbmc/bmcweb.git;branch=master;protocol=https"