All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-networking][PATCH 1/5] openipmi: Inherit python3targetconfig
@ 2020-11-17 23:04 Khem Raj
  2020-11-17 23:04 ` [meta-oe][PATCH 2/5] libplist: " Khem Raj
                   ` (3 more replies)
  0 siblings, 4 replies; 8+ messages in thread
From: Khem Raj @ 2020-11-17 23:04 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Khem Raj

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>
---
 meta-networking/recipes-support/openipmi/openipmi_2.0.29.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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}"
 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' \
-- 
2.29.2


^ permalink raw reply related	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2020-11-23 20:56 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-11-17 23:04 [meta-networking][PATCH 1/5] openipmi: Inherit python3targetconfig Khem Raj
2020-11-17 23:04 ` [meta-oe][PATCH 2/5] libplist: " Khem Raj
2020-11-17 23:04 ` [meta-oe][PATCH 3/5] postgresql: " Khem Raj
2020-11-17 23:04 ` [meta-oe][PATCH 4/5] thingsboard-gateway: Add recipe for v2.5.2 Khem Raj
2020-11-19 10:14   ` [oe] " Martin Jansa
2020-11-19 15:20     ` Khem Raj
2020-11-17 23:04 ` [meta-python][PATCH 5/5] python3-jsonpath-rw: Add recipe for v1.4.0 Khem Raj
2020-11-23 20:56   ` [oe] " Trevor Gamblin

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.