summaryrefslogtreecommitdiff
path: root/meta-phosphor
diff options
context:
space:
mode:
authorAndrew Geissler <openbmcbump-github@yahoo.com>2022-11-29 01:40:17 +0300
committerAndrew Geissler <openbmcbump-github@yahoo.com>2022-11-29 01:40:17 +0300
commit490df37e2bd0d858283e55a3af58ea1d0cfadbc1 (patch)
treec6ad3d06469d204c055444449f747fa1b884d5c3 /meta-phosphor
parent2696b3e9167ee7b3c6c73278e71abecf3d9e31d7 (diff)
downloadopenbmc-490df37e2bd0d858283e55a3af58ea1d0cfadbc1.tar.xz
bmcweb: srcrev bump 1aee751c0f..8be2b5b64a
Patrick Williams (1): sdbusplus: use shorter type aliases Potin Lai (1): managers: fix interface patch and delete of pid object Shantappa Teekappanavar (1): Populate cable properties if length is NaN Tony Lee (1): pcie:Fix get PCIeFunction Change-Id: Iffe46bef9292d2e4510db9c3fc914feeb75ce7f4 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 a08bdb6028..c3bf2d183b 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 = "1aee751c0feeb9b369eb76f09d7910d2bb124d61"
+SRCREV = "8be2b5b64adb5800c02e62bd484e40d38978e152"
PV = "1.0+git${SRCPV}"
SRC_URI = "git://github.com/openbmc/bmcweb.git;branch=master;protocol=https;nobranch=1"