All of lore.kernel.org
 help / color / mirror / Atom feed
* [oe] [meta-oe] [PATCH] gpsd: fix build on aarch64
@ 2020-05-15 12:14 Sean Nyekjaer
  2020-05-15 12:24 ` Nicolas Dechesne
  2020-05-15 15:32 ` Alistair Francis
  0 siblings, 2 replies; 10+ messages in thread
From: Sean Nyekjaer @ 2020-05-15 12:14 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Sean Nyekjaer, alistair23

Explicitly add ${CC} as linker, for it to understand -Wl option.

Signed-off-by: Sean Nyekjaer <sean@geanix.com>
---

Alistair please check in your setup :)

 meta-oe/recipes-navigation/gpsd/gpsd_3.20.bb | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/meta-oe/recipes-navigation/gpsd/gpsd_3.20.bb b/meta-oe/recipes-navigation/gpsd/gpsd_3.20.bb
index 0914f7ec2..5463c8231 100644
--- a/meta-oe/recipes-navigation/gpsd/gpsd_3.20.bb
+++ b/meta-oe/recipes-navigation/gpsd/gpsd_3.20.bb
@@ -35,6 +35,7 @@ EXTRA_OESCONS = " \
     systemd='${SYSTEMD_OESCONS}' \
     libdir='${libdir}' \
     manbuild='false' \
+    LINK='${CC}' \
     ${PACKAGECONFIG_CONFARGS} \
 "
 # this cannot be used, because then chrpath is not found and only static lib is built
@@ -44,6 +45,7 @@ do_compile_prepend() {
     export PKG_CONFIG_PATH="${PKG_CONFIG_PATH}"
     export PKG_CONFIG="PKG_CONFIG_SYSROOT_DIR=\"${PKG_CONFIG_SYSROOT_DIR}\" pkg-config"
     export STAGING_PREFIX="${STAGING_DIR_HOST}/${prefix}"
+    export LD="${CC}"
     export LINKFLAGS="${LDFLAGS}"
 }
 
@@ -51,6 +53,7 @@ do_install() {
     export PKG_CONFIG_PATH="${PKG_CONFIG_PATH}"
     export PKG_CONFIG="PKG_CONFIG_SYSROOT_DIR=\"${PKG_CONFIG_SYSROOT_DIR}\" pkg-config"
     export STAGING_PREFIX="${STAGING_DIR_HOST}/${prefix}"
+    export LD="${CC}"
     export LINKFLAGS="${LDFLAGS}"
 
     export DESTDIR="${D}"
-- 
2.26.2


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

end of thread, other threads:[~2020-05-17 19:40 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-05-15 12:14 [oe] [meta-oe] [PATCH] gpsd: fix build on aarch64 Sean Nyekjaer
2020-05-15 12:24 ` Nicolas Dechesne
2020-05-15 15:07   ` Martin Jansa
2020-05-15 15:22     ` Khem Raj
2020-05-17 14:13       ` Sean Nyekjaer
2020-05-17 18:56         ` Martin Jansa
2020-05-17 19:40           ` Khem Raj
2020-05-15 15:46     ` Adrian Bunk
2020-05-17 14:07       ` Sean Nyekjaer
2020-05-15 15:32 ` Alistair Francis

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.