summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Geissler <openbmcbump-github@yahoo.com>2022-11-23 03:40:17 +0300
committerAndrew Geissler <andrew@geissonator.com>2022-11-25 22:42:20 +0300
commita0191edd9a19589bcf3bfea6b502807c75a03a2f (patch)
tree181c4ae52401304a19531f19b9e0624d03be733c
parent267615d40583cb345d1be49dda4f9d1ab92cba8c (diff)
downloadopenbmc-a0191edd9a19589bcf3bfea6b502807c75a03a2f.tar.xz
bmcweb: srcrev bump 33a32b3427..1aee751c0f
George Liu (1): Add Link header handling to ThermalSubsystem Change-Id: I91472554e9986f0f052093e1fc98456f1fea912f 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 0f0899bb40..a08bdb6028 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 = "33a32b3427483fbeab3f1cf6c57dd1593db674a1"
+SRCREV = "1aee751c0feeb9b369eb76f09d7910d2bb124d61"
PV = "1.0+git${SRCPV}"
SRC_URI = "git://github.com/openbmc/bmcweb.git;branch=master;protocol=https;nobranch=1"