summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Geissler <openbmcbump-github@yahoo.com>2022-09-25 06:01:05 +0300
committerWilliam A. Kennington III <wak@google.com>2022-09-25 07:05:05 +0300
commit27283bce350a4bea8d47714b99d842be4b5860a2 (patch)
treef865898eee08a6d8bfeafc6dbd64f91e03fbe647
parent1361b328c6ad616c46262c64a65f12f066660e28 (diff)
downloadopenbmc-27283bce350a4bea8d47714b99d842be4b5860a2.tar.xz
stdplus: srcrev bump aa4fcfc208..7df61dfc07
William A. Kennington III (9): zstring_view: Add class zstring_view: Ensure no type coercion build: Propagate function2 exception: Use source_location instead of compiler builtins exception: Fix for older clang zstring_view: Fix coercion zstring: Add class zstring: Fix conversion for string references exception: Fix noexcept and source location Change-Id: If756f84a2ebc0c54a3900178cb4441b7ed0439b5 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
-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 2714e36648..3460eb9596 100644
--- a/meta-phosphor/recipes-extended/stdplus/stdplus_git.bb
+++ b/meta-phosphor/recipes-extended/stdplus/stdplus_git.bb
@@ -4,10 +4,11 @@ HOMEPAGE = "http://github.com/openbmc/stdplus"
LICENSE = "Apache-2.0"
LIC_FILES_CHKSUM = "file://LICENSE;md5=86d3f3a95c324c9479bd8986968f4327"
DEPENDS += " \
+ function2 \
fmt \
liburing \
"
-SRCREV = "aa4fcfc208c45511aa9788a08c969425e440fda0"
+SRCREV = "7df61dfc07361f8e653ae8f4153838a6310b469a"
PV = "0.1+git${SRCPV}"
PR = "r1"