summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Geissler <openbmcbump-github@yahoo.com>2023-03-28 21:00:36 +0300
committerAndrew Geissler <andrew@geissonator.com>2023-03-31 00:25:53 +0300
commitd19e14013621ba26c22982b61800ad89a5285b04 (patch)
treef0f4f31b40b1eebcc228b3d18a6e3267ca26594b
parentf2681f58d9f1644cafd6f060b77610958cff83a8 (diff)
downloadopenbmc-d19e14013621ba26c22982b61800ad89a5285b04.tar.xz
bmcweb: srcrev bump 0ed80c8ce9..797d5dae9e
Carson Labrado (1): Aggregation: Prefix fix HttpHeaders property Corey Hardesty (1): Support for configurable host reboot count Change-Id: I7840eae42312daddd64fa7bdfbbd3e590c2214be 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 812cc9a176..a4a00e7469 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 = "0ed80c8ce93a38eca6951ffad5c3143a3a720053"
+SRCREV = "797d5dae9eed4e783d065be24f5ac0bf4ffe1a1a"
PV = "1.0+git${SRCPV}"
SRC_URI = "git://github.com/openbmc/bmcweb.git;branch=master;protocol=https"