All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-oe][PATCH 1/8] meson: revert changes which shouldn't have been submitted
@ 2017-06-26 15:11 Ross Burton
  2017-06-26 15:11 ` [meta-oe][PATCH 2/8] Revert "meson: fix build/host confusion for bbclass" Ross Burton
                   ` (6 more replies)
  0 siblings, 7 replies; 10+ messages in thread
From: Ross Burton @ 2017-06-26 15:11 UTC (permalink / raw)
  To: openembedded-devel

From Adam Foltzer:

  Apologies, this line was inadvertently committed. It was a fix I tried before
  learning that adding TARGET_CC_ARCH was the solution to linking the wrong
  ld.so.

Signed-off-by: Ross Burton <ross.burton@intel.com>
---
 meta-oe/classes/meson.bbclass | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-oe/classes/meson.bbclass b/meta-oe/classes/meson.bbclass
index 2c48a7eb9..cc9bc505b 100644
--- a/meta-oe/classes/meson.bbclass
+++ b/meta-oe/classes/meson.bbclass
@@ -75,7 +75,7 @@ endian = '${MESON_HOST_ENDIAN}'
 [target_machine]
 system = '${TARGET_OS}'
 cpu_family = '${TARGET_ARCH}'
-cpu = '${TUNE_PKGARCH}'
+cpu = '${TARGET_ARCH}'
 endian = '${MESON_TARGET_ENDIAN}'
 EOF
 }
-- 
2.11.0



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

end of thread, other threads:[~2017-06-28  9:21 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-06-26 15:11 [meta-oe][PATCH 1/8] meson: revert changes which shouldn't have been submitted Ross Burton
2017-06-26 15:11 ` [meta-oe][PATCH 2/8] Revert "meson: fix build/host confusion for bbclass" Ross Burton
2017-06-26 15:11 ` [meta-oe][PATCH 3/8] meson: don't pass localedir Ross Burton
2017-06-26 15:11 ` [meta-oe][PATCH 4/8] meson: set RDEPENDS globally instead of just for target Ross Burton
2017-06-26 15:11 ` [meta-oe][PATCH 5/8] meson: export PKG_CONFIG to use pkg-config-native for native builds Ross Burton
2017-06-26 15:11 ` [meta-oe][PATCH 6/8] meson: remove redundant patch Ross Burton
2017-06-26 15:11 ` [meta-oe][PATCH 7/8] meson: use tarball instead of git checkout Ross Burton
2017-06-26 15:26   ` Martin Jansa
2017-06-28  9:21     ` Burton, Ross
2017-06-26 15:11 ` [meta-oe][PATCH 8/8] meson: set native tool flag variables Ross Burton

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.