From 656d0f1ddfbd1666eabb310337bb162293b96750 Mon Sep 17 00:00:00 2001 From: Andrew Geissler Date: Tue, 9 Apr 2024 11:30:37 -0500 Subject: 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 --- meta-phosphor/recipes-phosphor/interfaces/bmcweb_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-phosphor/recipes-phosphor/interfaces') 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" -- cgit v1.2.3