From fb35fbfef60ababacc99dbf18cef9201a7b9718c Mon Sep 17 00:00:00 2001 From: Andrew Geissler Date: Wed, 21 Dec 2022 15:30:16 -0600 Subject: bmcweb: srcrev bump 6dcbb8675d..93f7a0d6a3 Ed Tanous (4): Change variable scopes Avoid copy Fix cppcheck error Use owning strings for aggregator URI Gunnar Mills (1): Return bad request if can't construct Change-Id: I097f216d38b9b0e1ff2db43ebdcc83e688a64894 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') diff --git a/meta-phosphor/recipes-phosphor/interfaces/bmcweb_git.bb b/meta-phosphor/recipes-phosphor/interfaces/bmcweb_git.bb index 38a7701ce7..f514333d59 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 = "6dcbb8675d5c5765c3e53354b8f3b339effecd44" +SRCREV = "93f7a0d6a328037147d610a97a4dbeedc38414ef" PV = "1.0+git${SRCPV}" SRC_URI = "git://github.com/openbmc/bmcweb.git;branch=master;protocol=https;nobranch=1" -- cgit v1.2.3