From 2a242416e347fbe4a0dfc3f8fda031fa61dc805f Mon Sep 17 00:00:00 2001 From: Patrick Williams Date: Mon, 24 Feb 2020 16:29:47 -0600 Subject: sdbusplus: use python3 (From meta-phosphor rev: 11d5972170def0cafb42297f179312504a36ad02) Signed-off-by: Patrick Williams Change-Id: I0cb4eac12be86aa9379992756a5757ea2c51591a Signed-off-by: Andrew Geissler --- meta-phosphor/recipes-extended/sdbusplus/sdbusplus_git.bb | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'meta-phosphor/recipes-extended') 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" -- cgit v1.2.3