sdbusplus: Enable transaction id support via configure options

Pass the configure options to enable the transaction id support in
sdbusplus.

Change-Id: If53e7a2bea1a23e26d90ce6bdf8113e8d09fb166
Signed-off-by: Adriana Kobylak <anoo@us.ibm.com>
diff --git a/meta-phosphor/common/recipes-extended/sdbusplus/sdbusplus.bb b/meta-phosphor/common/recipes-extended/sdbusplus/sdbusplus.bb
index c215186..05279aa 100644
--- a/meta-phosphor/common/recipes-extended/sdbusplus/sdbusplus.bb
+++ b/meta-phosphor/common/recipes-extended/sdbusplus/sdbusplus.bb
@@ -33,8 +33,9 @@
 SRC_URI += "git://github.com/openbmc/sdbusplus"
 SRCREV = "bee1a6a3b233495fc48265626ca3a7952a43363f"
 
-PACKAGECONFIG ??= "libsdbusplus"
+PACKAGECONFIG ??= "libsdbusplus transaction"
 PACKAGECONFIG[libsdbusplus] = "--enable-libsdbusplus,--disable-libsdbusplus,systemd,libsystemd"
+PACKAGECONFIG[transaction] = "--enable-transaction,--disable-transaction"
 
 S = "${WORKDIR}/git"