summaryrefslogtreecommitdiffstats
path: root/meta-phosphor/common/recipes-extended
diff options
context:
space:
mode:
authorAdriana Kobylak <anoo@linux.vnet.ibm.com>2017-02-12 17:40:26 -0600
committerPatrick Williams <patrick@stwcx.xyz>2017-02-21 16:38:30 +0000
commit9bcfdbb366f58aec8b91786e723fa941268522bc (patch)
tree89b15c689c80b7e464d9d32d186ae134feaea29d /meta-phosphor/common/recipes-extended
parent1562bbcb50e2bf7b6130dc9f8d34494cd115c8d5 (diff)
downloadtalos-openbmc-9bcfdbb366f58aec8b91786e723fa941268522bc.tar.gz
talos-openbmc-9bcfdbb366f58aec8b91786e723fa941268522bc.zip
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>
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"
OpenPOWER on IntegriCloud