From 1d62d462aedcbfcefc2e66bfeeeccbce2cafb5c9 Mon Sep 17 00:00:00 2001 From: Patrick Williams Date: Tue, 19 May 2020 07:04:55 -0500 Subject: 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 Change-Id: Ie3efd0ba4366e3bfc9b5fc5db27bcc182d95f7aa Signed-off-by: Andrew Geissler --- meta-phosphor/recipes-extended/sdbusplus/sdbusplus_git.bb | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'meta-phosphor') 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() { -- cgit v1.2.3