summaryrefslogtreecommitdiff
path: root/meta-phosphor/recipes-extended/sdbusplus/sdbusplus_git.bb
diff options
context:
space:
mode:
authorPatrick Williams <patrick@stwcx.xyz>2020-02-25 01:29:47 +0300
committerAndrew Geissler <geissonator@yahoo.com>2020-04-01 16:35:57 +0300
commit2a242416e347fbe4a0dfc3f8fda031fa61dc805f (patch)
tree2f42eae991a87e6702dd8e93980324f580a4b3e5 /meta-phosphor/recipes-extended/sdbusplus/sdbusplus_git.bb
parent8a35fe127f28c24aaf58073e7293d14a4e4bb1d2 (diff)
downloadopenbmc-2a242416e347fbe4a0dfc3f8fda031fa61dc805f.tar.xz
sdbusplus: use python3
(From meta-phosphor rev: 11d5972170def0cafb42297f179312504a36ad02) Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: I0cb4eac12be86aa9379992756a5757ea2c51591a Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
Diffstat (limited to 'meta-phosphor/recipes-extended/sdbusplus/sdbusplus_git.bb')
-rw-r--r--meta-phosphor/recipes-extended/sdbusplus/sdbusplus_git.bb4
1 files changed, 3 insertions, 1 deletions
diff --git a/meta-phosphor/recipes-extended/sdbusplus/sdbusplus_git.bb b/meta-phosphor/recipes-extended/sdbusplus/sdbusplus_git.bb
index 1709906c1..2fa43797f 100644
--- a/meta-phosphor/recipes-extended/sdbusplus/sdbusplus_git.bb
+++ b/meta-phosphor/recipes-extended/sdbusplus/sdbusplus_git.bb
@@ -2,7 +2,7 @@ SUMMARY = "C++ bindings for systemd dbus APIs"
DESCRIPTION = "C++ bindings for systemd dbus APIs."
inherit autotools pkgconfig
-inherit obmc-phosphor-python-autotools
+inherit obmc-phosphor-python3-autotools
include sdbusplus-rev.inc
@@ -13,6 +13,8 @@ DEPENDS += " \
${PYTHON_PN}-pyyaml-native \
"
+SRC_URI += "file://0001-sdbus-switch-to-python3.patch"
+
PACKAGECONFIG ??= "libsdbusplus transaction"
PACKAGECONFIG[libsdbusplus] = "--enable-libsdbusplus,--disable-libsdbusplus,systemd,libsystemd"
PACKAGECONFIG[transaction] = "--enable-transaction,--disable-transaction"