mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +00:00
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> (cherry picked from commit59f817bbe3) Signed-off-by: Armin Kuster <akuster808@gmail.com> (cherry picked from commit59d3d64e90) Signed-off-by: Armin Kuster <akuster808@gmail.com>
This commit is contained in:
parent
6035296a41
commit
c46aab8578
|
|
@ -38,7 +38,7 @@ S = "${WORKDIR}/OpenIPMI-${PV}"
|
|||
SRC_URI[md5sum] = "46b452e95d69c92e4172b3673ed88d52"
|
||||
SRC_URI[sha256sum] = "2244124579afb14e569f34393e9ac61e658a28b6ffa8e5c0d2c1c12a8ce695cd"
|
||||
|
||||
inherit autotools-brokensep pkgconfig python3native perlnative update-rc.d systemd cpan-base
|
||||
inherit autotools-brokensep pkgconfig python3native perlnative update-rc.d systemd cpan-base python3targetconfig
|
||||
|
||||
EXTRA_OECONF = "--disable-static \
|
||||
--with-perl='${STAGING_BINDIR_NATIVE}/perl-native/perl' \
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user