summaryrefslogtreecommitdiff
path: root/meta-phosphor/recipes-extended
diff options
context:
space:
mode:
authorAndrew Geissler <openbmcbump-github@yahoo.com>2024-01-11 05:10:34 +0300
committerAndrew Geissler <geissonator@yahoo.com>2024-01-13 01:28:55 +0300
commit8b460e4112b356ef04cd2b8afad338cea667fa08 (patch)
treebc45027778f6c4c718a384850507b81085d1ceaf /meta-phosphor/recipes-extended
parent84ec98e2ea721efbe70f7e48dc2585feccbf4897 (diff)
downloadopenbmc-8b460e4112b356ef04cd2b8afad338cea667fa08.tar.xz
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>
Diffstat (limited to 'meta-phosphor/recipes-extended')
-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 6a5912c47e..1d3b1c8d85 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 = "500b0617375e321490e8f817c64f2c8d2e0f0d38"
+SRCREV = "22a6f52556db9b07dd923adfc47e65d3aecc0509"
PV = "0.1+git${SRCPV}"
PR = "r1"