diff options
| author | Khem Raj <raj.khem@gmail.com> | 2020-11-16 23:27:19 -0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2020-11-17 15:04:43 -0800 |
| commit | 59f817bbe374799e4398766c2a444692d932d979 (patch) | |
| tree | c603b8e79125a193ad103966368c94433c9e7ad9 | |
| parent | 0062162ac993f7c378f5d46cadee968e3e1bc4d9 (diff) | |
| download | meta-openembedded-59f817bbe374799e4398766c2a444692d932d979.tar.gz | |
openipmi: Inherit python3targetconfig
Fixes
configure: error:
Could not link test program to Python. Maybe the main Python library has been
installed in some non-standard library path. If so, pass it to configure,
via the LIBS environment variable.
Example: ./configure LIBS="-L/usr/non-standard-path/python/lib"
Signed-off-by: Khem Raj <raj.khem@gmail.com>
| -rw-r--r-- | meta-networking/recipes-support/openipmi/openipmi_2.0.29.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-networking/recipes-support/openipmi/openipmi_2.0.29.bb b/meta-networking/recipes-support/openipmi/openipmi_2.0.29.bb index 85634a70eb..6918485870 100644 --- a/meta-networking/recipes-support/openipmi/openipmi_2.0.29.bb +++ b/meta-networking/recipes-support/openipmi/openipmi_2.0.29.bb | |||
| @@ -38,7 +38,7 @@ S = "${WORKDIR}/OpenIPMI-${PV}" | |||
| 38 | SRC_URI[md5sum] = "46b452e95d69c92e4172b3673ed88d52" | 38 | SRC_URI[md5sum] = "46b452e95d69c92e4172b3673ed88d52" |
| 39 | SRC_URI[sha256sum] = "2244124579afb14e569f34393e9ac61e658a28b6ffa8e5c0d2c1c12a8ce695cd" | 39 | SRC_URI[sha256sum] = "2244124579afb14e569f34393e9ac61e658a28b6ffa8e5c0d2c1c12a8ce695cd" |
| 40 | 40 | ||
| 41 | inherit autotools-brokensep pkgconfig python3native perlnative update-rc.d systemd cpan-base | 41 | inherit autotools-brokensep pkgconfig python3native perlnative update-rc.d systemd cpan-base python3targetconfig |
| 42 | 42 | ||
| 43 | EXTRA_OECONF = "--disable-static \ | 43 | EXTRA_OECONF = "--disable-static \ |
| 44 | --with-perl='${STAGING_BINDIR_NATIVE}/perl-native/perl' \ | 44 | --with-perl='${STAGING_BINDIR_NATIVE}/perl-native/perl' \ |
