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>
diff --git a/meta-phosphor/recipes-extended/stdplus/stdplus_git.bb b/meta-phosphor/recipes-extended/stdplus/stdplus_git.bb
index 2714e36..3460eb9 100644
--- a/meta-phosphor/recipes-extended/stdplus/stdplus_git.bb
+++ b/meta-phosphor/recipes-extended/stdplus/stdplus_git.bb
@@ -4,10 +4,11 @@
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"