sdbusplus: remove deprecated --enable-transaction

sdbusplus removed support for disabling transaction IDs and
deprecated the --enable-transaction configure flag.  Remove
it here as well.

Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
Change-Id: Ib5403d53bbe2d55547612639b6e066c7e24ba502
diff --git a/recipes-extended/sdbusplus/sdbusplus_git.bb b/recipes-extended/sdbusplus/sdbusplus_git.bb
index b9e17fc..f102c7b 100644
--- a/recipes-extended/sdbusplus/sdbusplus_git.bb
+++ b/recipes-extended/sdbusplus/sdbusplus_git.bb
@@ -18,9 +18,8 @@
         ${PYTHON_PN}-pyyaml-native \
         "
 
-PACKAGECONFIG ??= "libsdbusplus transaction"
+PACKAGECONFIG ??= "libsdbusplus"
 PACKAGECONFIG[libsdbusplus] = "--enable-libsdbusplus,--disable-libsdbusplus,systemd,libsystemd"
-PACKAGECONFIG[transaction] = "--enable-transaction,--disable-transaction"
 
 # Remove unused sdbus++ contents (included in python3-sdbus++ package).
 do_install_append() {