summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Geissler <openbmcbump-github@yahoo.com>2023-06-29 12:40:14 +0300
committerAndrew Geissler <geissonator@yahoo.com>2023-07-01 00:28:29 +0300
commit3618f289f55c8998f858acbbef32ac41fe9ad945 (patch)
treef7b78102d3111381a1408fcc6c97a76f9699efc5
parentbe4fb670d175963499120c6f35f68d0d6b0b1233 (diff)
downloadopenbmc-3618f289f55c8998f858acbbef32ac41fe9ad945.tar.xz
stdplus: srcrev bump 69a00d76b8..e38e42abbb
William A. Kennington III (11): net/addr/ether: Remove isEmpty zstring_view: Literal namespace should be inline net/addr/ip: Make IPv4 fully constexpr compliant net/addr/ip: Make IPv6 fully constexpr compliant net/addr/ip: Add compile time string conversion net/addr/ip: Add InAnyAddr compile time strings net/addr/ip: Add unicast / loopback queries net/addr/ip: Refactor string literal compilation net/addr/subnet: Simplify using concepts net/addr/subnet: Add string literals net/addr/ip: Fix operator== abiguity Change-Id: I1f7b4e5bf3c9ee27a6803ba2214d264e79b4ab0a Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
-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 091f140275..291197f241 100644
--- a/meta-phosphor/recipes-extended/stdplus/stdplus_git.bb
+++ b/meta-phosphor/recipes-extended/stdplus/stdplus_git.bb
@@ -8,7 +8,7 @@ DEPENDS += " \
fmt \
liburing \
"
-SRCREV = "69a00d76b8c5ce5571cde254c1d5396705b83f19"
+SRCREV = "e38e42abbbeb4ad8237d117962cbfee6936eebf4"
PV = "0.1+git${SRCPV}"
PR = "r1"