stdplus: srcrev bump 891e6a3d7a..953de366a5
William A. Kennington III (5):
treewide: Update for new code format
build: Refactor directory structure to separate headers
build: Split up features into separate libraries
test/io_uring: Fix flaky test
gtest: Add a testcase wrapper for handling tmpdirs
Change-Id: I417a1bc99f7c26c00701ec0446d3a5963e9a2030
Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
diff --git a/meta-phosphor/recipes-extended/stdplus/stdplus_git.bb b/meta-phosphor/recipes-extended/stdplus/stdplus_git.bb
index b0edf3a..785bfa3 100644
--- a/meta-phosphor/recipes-extended/stdplus/stdplus_git.bb
+++ b/meta-phosphor/recipes-extended/stdplus/stdplus_git.bb
@@ -16,9 +16,10 @@
EXTRA_OEMESON = " \
-Dexamples=false \
-Dtests=disabled \
+ -Dgtest=disabled \
"
SRC_URI += "git://github.com/openbmc/stdplus;branch=master;protocol=https"
-SRCREV = "891e6a3d7ae4158444f0c2b32398f121b5ff14a9"
+SRCREV = "953de366a53064546768bf370cb73563ca537c5f"
S = "${WORKDIR}/git"