summaryrefslogtreecommitdiff
path: root/meta-phosphor/recipes-extended/stdplus/stdplus_git.bb
diff options
context:
space:
mode:
authorAndrew Geissler <openbmcbump-github@yahoo.com>2022-07-15 01:20:25 +0300
committerAndrew Geissler <andrew@geissonator.com>2022-07-16 00:43:07 +0300
commitf2d342baffd88c8c56f28c0e7287874591a70c4f (patch)
tree5441ff633cb1a68086b7435878f1077cb97189bb /meta-phosphor/recipes-extended/stdplus/stdplus_git.bb
parent8f6b437c92bc1ae24adb1d570dd7da87e1e81a21 (diff)
downloadopenbmc-f2d342baffd88c8c56f28c0e7287874591a70c4f.tar.xz
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>
Diffstat (limited to 'meta-phosphor/recipes-extended/stdplus/stdplus_git.bb')
-rw-r--r--meta-phosphor/recipes-extended/stdplus/stdplus_git.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/meta-phosphor/recipes-extended/stdplus/stdplus_git.bb b/meta-phosphor/recipes-extended/stdplus/stdplus_git.bb
index b0edf3a4c4..785bfa33cc 100644
--- a/meta-phosphor/recipes-extended/stdplus/stdplus_git.bb
+++ b/meta-phosphor/recipes-extended/stdplus/stdplus_git.bb
@@ -16,9 +16,10 @@ DEPENDS += " \
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"