stdplus: srcrev bump 500b061737..22a6f52556
William A. Kennington III (16):
net/addr/sock: Add classes for generating sockaddrs
net/addr/sock: Add unix socket type
net/addr/sock: Add string conversions for all socket types
net/addr/sock: Add inet only type
net/addr/sock: Fix SockAddrBuf alignment and layout
net/addr/sock: SockAddrBuf -> SockAddr conversion
fd/intf: Add sendto / recvfrom operations
fd/ops: Add connect() call
fd/ops: Support our sock class natively
fd/ops: Make flags optional
fd/ops: Add sendto / recvfrom helpers
fd/ops: Add accept() with addr return
fd/ops: Add readall()
fd/ops: Add readAllFixed()
fd/ops: Add readAllExact()
fd: Make it possible to test fd existence
Change-Id: Idacefc37276e701bd7e7bb79542991f01d2a7656
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 6a5912c..1d3b1c8 100644
--- a/meta-phosphor/recipes-extended/stdplus/stdplus_git.bb
+++ b/meta-phosphor/recipes-extended/stdplus/stdplus_git.bb
@@ -8,7 +8,7 @@
fmt \
liburing \
"
-SRCREV = "500b0617375e321490e8f817c64f2c8d2e0f0d38"
+SRCREV = "22a6f52556db9b07dd923adfc47e65d3aecc0509"
PV = "0.1+git${SRCPV}"
PR = "r1"