From 67462c0581770f1f2963767dd78ee8841771e4f2 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Wed, 22 Jan 2020 07:19:53 -0800 Subject: openipmi: Use python3 Signed-off-by: Khem Raj --- meta-networking/recipes-support/openipmi/openipmi_2.0.27.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-networking/recipes-support/openipmi') diff --git a/meta-networking/recipes-support/openipmi/openipmi_2.0.27.bb b/meta-networking/recipes-support/openipmi/openipmi_2.0.27.bb index 3f3cc20734..7962d44075 100644 --- a/meta-networking/recipes-support/openipmi/openipmi_2.0.27.bb +++ b/meta-networking/recipes-support/openipmi/openipmi_2.0.27.bb @@ -43,7 +43,7 @@ inherit autotools-brokensep pkgconfig python3native perlnative update-rc.d syste EXTRA_OECONF = "--disable-static \ --with-perl='${STAGING_BINDIR_NATIVE}/perl-native/perl' \ - --with-python='${STAGING_BINDIR_NATIVE}/python-native/python' \ + --with-python='${STAGING_BINDIR_NATIVE}/python3-native/python3' \ --with-pythoninstall='${PYTHON_SITEPACKAGES_DIR}' \ --with-glibver=2.0" -- cgit v1.2.3-54-g00ecf