summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Geissler <openbmcbump-github@yahoo.com>2023-04-28 15:10:41 +0300
committerPatrick Williams <patrick@stwcx.xyz>2023-04-28 18:33:54 +0300
commitb999bbf5944af94de711ee4ebe2e757d0344e308 (patch)
treecacfe7d642f22318c85ba058dc309889d1f602bb
parent2319532d5c30e75eac629036b7aba80dc31c62b3 (diff)
downloadopenbmc-b999bbf5944af94de711ee4ebe2e757d0344e308.tar.xz
sdbusplus: srcrev bump 1caa5e8a5a..50f1daeacb
Arun Lal K M (1): Make register_method accept 'Flags' Patrick Williams (11): sdbus++: move interface name to common header sdbus++: move enum definitions to common header async: proxy: fix property sub-proxy initialization async: proxy: use variant in property-set sdbus++: server: simplify header include templates sdbus++: add start of an async client sdbus++: async: client: add generated method calls sdbus++: async: client: move context to constructor sdbusplus: async: client: prettify the generated code sdbus++: async: client: add generated property calls sdbus++: async: client: example: add a few comments for clarity Change-Id: Ifcc0c02d31c8bd70f496b60ca6f4cf53acec9487 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
-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 9647a2ddb3..f428cc35f1 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 = "1caa5e8a5ad9e9f26ddf2effe095ba1670911bc1"
+SRCREV = "50f1daeacb9c27a4fb1439bad0e8487ce850ad55"