summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Williams <patrick@stwcx.xyz>2020-05-19 15:04:55 +0300
committerAndrew Geissler <geissonator@yahoo.com>2020-05-28 04:43:19 +0300
commit1d62d462aedcbfcefc2e66bfeeeccbce2cafb5c9 (patch)
tree71e053de009fdeb47361429042b2f8d633974397
parent8564d35b1cd82827dd170df11d469a83e0ae35f4 (diff)
downloadopenbmc-1d62d462aedcbfcefc2e66bfeeeccbce2cafb5c9.tar.xz
sdbusplus: remove deprecated --enable-transaction
sdbusplus removed support for disabling transaction IDs and deprecated the --enable-transaction configure flag. Remove it here as well. (From meta-phosphor rev: 3e13720e24f574e4b943032549707a6854e72303) Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: Ie3efd0ba4366e3bfc9b5fc5db27bcc182d95f7aa Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
-rw-r--r--meta-phosphor/recipes-extended/sdbusplus/sdbusplus_git.bb3
1 files changed, 1 insertions, 2 deletions
diff --git a/meta-phosphor/recipes-extended/sdbusplus/sdbusplus_git.bb b/meta-phosphor/recipes-extended/sdbusplus/sdbusplus_git.bb
index b9e17fc52..f102c7bf8 100644
--- a/meta-phosphor/recipes-extended/sdbusplus/sdbusplus_git.bb
+++ b/meta-phosphor/recipes-extended/sdbusplus/sdbusplus_git.bb
@@ -18,9 +18,8 @@ DEPENDS += " \
${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() {