summaryrefslogtreecommitdiff
path: root/meta-phosphor/recipes-phosphor/interfaces
diff options
context:
space:
mode:
authorAndrew Geissler <openbmcbump-github@yahoo.com>2024-01-29 19:50:32 +0300
committerAndrew Geissler <geissonator@yahoo.com>2024-01-30 16:41:45 +0300
commit76f8c4bf723dd223aea076932574ad816d5dd232 (patch)
treed5f5834438989b39d2fbe9d12c8888766faf0772 /meta-phosphor/recipes-phosphor/interfaces
parent11aea0d7e009aabcec78601451c01f337f13d8f1 (diff)
downloadopenbmc-76f8c4bf723dd223aea076932574ad816d5dd232.tar.xz
bmcweb: srcrev bump 5ae1f7f3e0..4c8c12d2a6
Ed Tanous (1): Reformat scripts Change-Id: I5b0606d9c72426d0f3e14109e82f3aa12c3919b1 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 ad65e6daec..53ef0be750 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 = "5ae1f7f3e0c78f84d153f7ef24ee22bb1c73eaa0"
+SRCREV = "4c8c12d2a699641ec24a2605583686a03a8484cb"
PV = "1.0+git${SRCPV}"
SRC_URI = "git://github.com/openbmc/bmcweb.git;branch=master;protocol=https"