sdbusplus: Bump version

This is a manual bump since automatic bumping is broken since
openbmc/sdbusplus@8e20cfbd745db524fdc2ee9f1ee13b3852313f6d was
integrated too early. This commit bumps to
openbmc/sdbusplus@cd63eeebc2d4a561de7e7cfa45783fa63f0aa7c4, the
commit just before the breakage. This allows us to move other packages
forward so we can eventually integrate all of sdbusplus changes.

Fixes openbmc/openbmc#3212

Change-Id: If4bf4391c9f5a31b0e247ec9a6b0f8523af7fe45
Signed-off-by: William A. Kennington III <wak@google.com>
diff --git a/common/recipes-extended/sdbusplus/sdbusplus.bb b/common/recipes-extended/sdbusplus/sdbusplus.bb
index a9362d4..5075c7d 100644
--- a/common/recipes-extended/sdbusplus/sdbusplus.bb
+++ b/common/recipes-extended/sdbusplus/sdbusplus.bb
@@ -36,7 +36,7 @@
         "
 
 SRC_URI += "git://github.com/openbmc/sdbusplus"
-SRCREV = "20a6b6b98ae4d082e2fc32643cc204e4892f986a"
+SRCREV = "cd63eeebc2d4a561de7e7cfa45783fa63f0aa7c4"
 
 PACKAGECONFIG ??= "libsdbusplus transaction"
 PACKAGECONFIG[libsdbusplus] = "--enable-libsdbusplus,--disable-libsdbusplus,systemd,libsystemd"