summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Geissler <openbmcbump-github@yahoo.com>2024-02-06 20:30:12 +0300
committerAndrew Geissler <geissonator@yahoo.com>2024-02-06 22:37:00 +0300
commitd6d34640bfaf30c82da6f49d5fc368097bc69c5b (patch)
treebfad578d1ec8247b5e54e65403e3fb7c33977e2d
parent47b187d0258d20766dfa159957ee287f5d575b2e (diff)
downloadopenbmc-d6d34640bfaf30c82da6f49d5fc368097bc69c5b.tar.xz
bmcweb: srcrev bump 2ae81db99a..6fb96ce33d
Ed Tanous (2): Update gtest to 1.14.0 Make tests not require body interaction Change-Id: I458b7362d18924039f5d281534c269377280a69d Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
-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 28cd4f2208..724f391b5d 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 = "2ae81db99a155febe45d27e3834cfa5471b3ecdf"
+SRCREV = "6fb96ce33d221a4cfa20d156eff5a3166ecb2661"
PV = "1.0+git${SRCPV}"
SRC_URI = "git://github.com/openbmc/bmcweb.git;branch=master;protocol=https"