summaryrefslogtreecommitdiff
path: root/meta-phosphor/common/recipes-extended
diff options
context:
space:
mode:
Diffstat (limited to 'meta-phosphor/common/recipes-extended')
-rw-r--r--meta-phosphor/common/recipes-extended/sdbusplus/sdbusplus.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/meta-phosphor/common/recipes-extended/sdbusplus/sdbusplus.bb b/meta-phosphor/common/recipes-extended/sdbusplus/sdbusplus.bb
index c21518623..05279aa5f 100644
--- a/meta-phosphor/common/recipes-extended/sdbusplus/sdbusplus.bb
+++ b/meta-phosphor/common/recipes-extended/sdbusplus/sdbusplus.bb
@@ -33,8 +33,9 @@ DEPENDS_append_class-native = " \
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"