summaryrefslogtreecommitdiff
path: root/meta-phosphor/recipes-extended/stdplus
diff options
context:
space:
mode:
authorAndrew Geissler <openbmcbump-github@yahoo.com>2020-07-20 06:21:06 +0300
committerAndrew Geissler <geissonator@yahoo.com>2020-07-21 01:09:57 +0300
commit2224d58fa4d85ac9c8fc4067d1880d0292a837ec (patch)
treec226826876386b3576b1bdce5f39b0d149fc1822 /meta-phosphor/recipes-extended/stdplus
parentdac1b7a5bc66ee9645f3e705fbe351616f73860d (diff)
downloadopenbmc-2224d58fa4d85ac9c8fc4067d1880d0292a837ec.tar.xz
stdplus: srcrev bump 3b35fcf3b0..ba7d754e0e
William A. Kennington III (6): raw: Allow mutable spans to be extracted raw: Simplify handling of const references raw: Span doesn't need to only hold integral types raw: Add the ability to extract references to data in buffers raw: Allow prvalue references to have data referenced raw: Fix span and string_view construnction from views (From meta-phosphor rev: b950f8cde3ee1224a0d8eafda91cb8f8ca59f348) Change-Id: I14c802e84cb678e11c4105dbe37dea81b48fe6e0 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
Diffstat (limited to 'meta-phosphor/recipes-extended/stdplus')
-rw-r--r--meta-phosphor/recipes-extended/stdplus/stdplus_git.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-phosphor/recipes-extended/stdplus/stdplus_git.bb b/meta-phosphor/recipes-extended/stdplus/stdplus_git.bb
index 038ef37c8..7c7794b62 100644
--- a/meta-phosphor/recipes-extended/stdplus/stdplus_git.bb
+++ b/meta-phosphor/recipes-extended/stdplus/stdplus_git.bb
@@ -17,6 +17,6 @@ EXTRA_OEMESON = " \
"
SRC_URI += "git://github.com/openbmc/stdplus"
-SRCREV = "3b35fcf3b0ec0d37e427aa03ba758f9b578d58e2"
+SRCREV = "ba7d754e0e0afac3082691843366228b733386ed"
S = "${WORKDIR}/git"