All of lore.kernel.org
 help / color / mirror / Atom feed
From: "akuster" <akuster808@gmail.com>
To: openembedded-devel@lists.openembedded.org
Subject: [gatesgarth 15/15] postgresql: Inherit python3targetconfig
Date: Sun, 14 Feb 2021 17:13:29 -0800	[thread overview]
Message-ID: <572d4148267c6ff1b43dd3498020349cb0aa77c7.1613349480.git.akuster808@gmail.com> (raw)
In-Reply-To: <cover.1613349480.git.akuster808@gmail.com>

From: Khem Raj <raj.khem@gmail.com>

it now ends up searching native python shared libraries and tries to
link with it and fails on non-host architectures

recipe-sysroot-native/usr/lib/libpython3.9.so: file not recognized: file format not recognized
collect2: error: ld returned 1 exit status

Signed-off-by: Khem Raj <raj.khem@gmail.com>
(cherry picked from commit c499aaeef80b5af8d20521658449c4148f3d0806)
Signed-off-by: Armin Kuster <akuster808@gmail.com>
---
 meta-oe/recipes-dbs/postgresql/postgresql.inc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-oe/recipes-dbs/postgresql/postgresql.inc b/meta-oe/recipes-dbs/postgresql/postgresql.inc
index 826bcc1e1c..09c6a3ca9d 100644
--- a/meta-oe/recipes-dbs/postgresql/postgresql.inc
+++ b/meta-oe/recipes-dbs/postgresql/postgresql.inc
@@ -36,7 +36,7 @@ LEAD_SONAME = "libpq.so"
 # LDFLAGS for shared libraries
 export LDFLAGS_SL = "${LDFLAGS}"
 
-inherit autotools pkgconfig perlnative python3native useradd update-rc.d systemd gettext cpan-base
+inherit autotools pkgconfig perlnative python3native python3targetconfig useradd update-rc.d systemd gettext cpan-base
 
 CFLAGS += "-I${STAGING_INCDIR}/${PYTHON_DIR} -I${STAGING_INCDIR}/tcl8.6"
 
-- 
2.17.1


  parent reply	other threads:[~2021-02-15  1:13 UTC|newest]

Thread overview: 19+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-02-15  1:13 [gatesgarth 00/15] Patch review Feb 14th akuster
2021-02-15  1:13 ` [gatesgarth 01/15] enca: Fix SRC_URI akuster
2021-02-15  1:13 ` [gatesgarth 02/15] lua: update to 5.3.6 akuster
2021-02-15  1:13 ` [gatesgarth 03/15] python3-sh: remove python3-tests from RDEPENDS akuster
2021-02-15  1:13 ` [gatesgarth 04/15] celt051: update SRC_URI akuster
2021-02-15  1:13 ` [gatesgarth 05/15] dnsmasq: Fix systemd service akuster
2021-02-15  1:13 ` [gatesgarth 06/15] mariadb: Fix build on 32bit arches with 64bit time_t akuster
2021-02-15  1:13 ` [gatesgarth 07/15] mariadb: add package config zstd akuster
2021-02-15  1:13 ` [gatesgarth 08/15] mariadb: upgrade to 10.5.8 akuster
2021-02-15  1:13 ` [gatesgarth 09/15] minifi-cpp: set PSEUDO_CONSIDER_PATHS akuster
2021-02-15  1:13 ` [gatesgarth 10/15] dnsmasq: upgrade 2.82 -> 2.84 akuster
2021-02-15  1:13 ` [gatesgarth 11/15] wireguard-module: remove PKG assignment akuster
2021-02-15  1:13 ` [gatesgarth 12/15] gedit: Inherit python3targetconfig akuster
2021-02-15  1:13 ` [gatesgarth 13/15] openipmi: " akuster
2021-02-15  1:13 ` [gatesgarth 14/15] libplist: " akuster
2021-02-15  1:13 ` akuster [this message]
2021-02-15  8:49 ` [oe] [gatesgarth 00/15] Patch review Feb 14th Martin Jansa
2021-02-15 15:49   ` akuster
2021-02-19 18:34     ` Martin Jansa

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=572d4148267c6ff1b43dd3498020349cb0aa77c7.1613349480.git.akuster808@gmail.com \
    --to=akuster808@gmail.com \
    --cc=openembedded-devel@lists.openembedded.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.