diff options
author | Khem Raj <raj.khem@gmail.com> | 2020-01-22 07:19:53 -0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2020-01-22 09:56:35 -0800 |
commit | 67462c0581770f1f2963767dd78ee8841771e4f2 (patch) | |
tree | b25d9806285d13f69db87de04457b0474e5a9cc2 /meta-networking/recipes-support/openipmi | |
parent | c9e0f7dc696b86a26895eea431d4d5c61af2e41c (diff) | |
download | meta-openembedded-67462c0581770f1f2963767dd78ee8841771e4f2.tar.gz |
openipmi: Use python3
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-networking/recipes-support/openipmi')
-rw-r--r-- | meta-networking/recipes-support/openipmi/openipmi_2.0.27.bb | 2 |
1 files changed, 1 insertions, 1 deletions
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 | |||
43 | 43 | ||
44 | EXTRA_OECONF = "--disable-static \ | 44 | EXTRA_OECONF = "--disable-static \ |
45 | --with-perl='${STAGING_BINDIR_NATIVE}/perl-native/perl' \ | 45 | --with-perl='${STAGING_BINDIR_NATIVE}/perl-native/perl' \ |
46 | --with-python='${STAGING_BINDIR_NATIVE}/python-native/python' \ | 46 | --with-python='${STAGING_BINDIR_NATIVE}/python3-native/python3' \ |
47 | --with-pythoninstall='${PYTHON_SITEPACKAGES_DIR}' \ | 47 | --with-pythoninstall='${PYTHON_SITEPACKAGES_DIR}' \ |
48 | --with-glibver=2.0" | 48 | --with-glibver=2.0" |
49 | 49 | ||