summaryrefslogtreecommitdiff
path: root/meta-phosphor
diff options
context:
space:
mode:
authorAndrew Geissler <openbmcbump-github@yahoo.com>2022-10-14 18:11:05 +0300
committerPatrick Williams <patrick@stwcx.xyz>2022-10-16 23:18:04 +0300
commitb77f7772014310c95d6988c7930a597d6d2084ae (patch)
tree12a02260a66befc49bb68a71fe3bc0e6c2a4a372 /meta-phosphor
parent2194f503e17619bcd36b4289902d13457aac638e (diff)
downloadopenbmc-b77f7772014310c95d6988c7930a597d6d2084ae.tar.xz
sdbusplus: srcrev bump 1778b12b1d..77b8aac3ab
Patrick Williams (22): std::execution: import from p2300 prototype async: add coroutine task support async: add context support async: add client-object proxy async: add match event: add a simple wrapper around sd-event async: context: support stopping the context event: add oneshot timer support async: add sleep_for sender async: add scope async: scope: add completion sender async: context: handle shutdown better async: match: stop pending sender on dtor async: handle exceptions and stops async: scope: allow blocks before started test: async: add a few recursive task tests async: context: spawn on worker thread async: context: simplify run function async: context: allow run re-entrance async: context: allow many exceptions test: async: tweak time multiplier docs: move yaml documentation to a subdir Change-Id: Ia1c632552d05a9916145db3b4b76605cac2929a6 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
Diffstat (limited to 'meta-phosphor')
-rw-r--r--meta-phosphor/recipes-extended/sdbusplus/sdbusplus-rev.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-phosphor/recipes-extended/sdbusplus/sdbusplus-rev.inc b/meta-phosphor/recipes-extended/sdbusplus/sdbusplus-rev.inc
index c161f43b50..8031b2853e 100644
--- a/meta-phosphor/recipes-extended/sdbusplus/sdbusplus-rev.inc
+++ b/meta-phosphor/recipes-extended/sdbusplus/sdbusplus-rev.inc
@@ -3,4 +3,4 @@ PR = "r1"
PV ?= "1.0+git${SRCPV}"
SRC_URI += "git://github.com/openbmc/sdbusplus;branch=master;protocol=https"
-SRCREV = "1778b12b1d304b759fd6b86f25f8efb74870a953"
+SRCREV = "77b8aac3abf614331e5ec2b50d6f5bf465cb4433"