summaryrefslogtreecommitdiff
path: root/meta-phosphor/recipes-phosphor
diff options
context:
space:
mode:
authorAndrew Geissler <openbmcbump-github@yahoo.com>2024-04-09 19:30:37 +0300
committerAndrew Geissler <geissonator@yahoo.com>2024-04-10 00:43:27 +0300
commit656d0f1ddfbd1666eabb310337bb162293b96750 (patch)
tree7c74751490b1eaae73bbe32310899add58ad3eaa /meta-phosphor/recipes-phosphor
parent6b69321d21152edf8141382138f22569392f8fb1 (diff)
downloadopenbmc-656d0f1ddfbd1666eabb310337bb162293b96750.tar.xz
bmcweb: srcrev bump 7ac13cc939..1827b4f1de
Asmitha Karunanithi (1): Move to Redfish Action specific setProperty call Ed Tanous (6): Fix undefined behavior in getUniqueEntryID Remove redundant static modifier Fix minor error in Request::method Make flush explicit Fix moves/forward Rework logger to create compile time errors Change-Id: Ia36f0cebcb9451f87be1aa92f3580530780e008c Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
Diffstat (limited to 'meta-phosphor/recipes-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 2739c44449..a3802759dc 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 = "7ac13cc939beaf9a2a7af870ba9b5650c98e409e"
+SRCREV = "1827b4f1de1e42bb3e2f53f584f07bb7119a3ed2"
PV = "1.0+git${SRCPV}"
SRC_URI = "git://github.com/openbmc/bmcweb.git;branch=master;protocol=https"