summaryrefslogtreecommitdiff
path: root/meta-phosphor
diff options
context:
space:
mode:
authorAndrew Geissler <openbmcbump-github@yahoo.com>2023-01-11 02:10:32 +0300
committerAndrew Geissler <andrew@geissonator.com>2023-01-11 04:58:51 +0300
commit73965e1d84fb42c4a73902d506fce96da2ee3c13 (patch)
treedb3097f6b1a5571c6d9aef280869399baba9885d /meta-phosphor
parent905a27515bd3aa439c4f19cdf86586aa7b02e972 (diff)
downloadopenbmc-73965e1d84fb42c4a73902d506fce96da2ee3c13.tar.xz
bmcweb: srcrev bump 9e03140656..1f2a40ce32
Ed Tanous (1): Use intermediate bmcweb object files Przemyslaw Czarnowski (1): Use actionParams struct instead of fields Change-Id: I5ec03763195235ca92ffc5e2f99329ead197f841 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 843a68c2e7..53ea0184ce 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 = "9e03140656b1d93c2f4d0f3894eee8d664eb646e"
+SRCREV = "1f2a40ce3223e024d510f2e3b32fbc7e08012728"
PV = "1.0+git${SRCPV}"
SRC_URI = "git://github.com/openbmc/bmcweb.git;branch=master;protocol=https;nobranch=1"