From 8e2393a92b3461de5bfb552aabb2eaca108d3659 Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Fri, 21 Jul 2017 13:31:59 +0100 Subject: meson: set needs_exe_wrapper Tell Meson that even if it looks like the architectures are compatible, not to bother executing binaries: differences in tunes, C libraries and so on mean binaries may not work. Signed-off-by: Ross Burton Signed-off-by: Martin Jansa --- meta-oe/classes/meson.bbclass | 1 + 1 file changed, 1 insertion(+) (limited to 'meta-oe') diff --git a/meta-oe/classes/meson.bbclass b/meta-oe/classes/meson.bbclass index 7eeff42105..a09bc240d3 100644 --- a/meta-oe/classes/meson.bbclass +++ b/meta-oe/classes/meson.bbclass @@ -65,6 +65,7 @@ readelf = '${HOST_PREFIX}readelf' pkgconfig = 'pkg-config' [properties] +needs_exe_wrapper = true c_args = [${@meson_array('MESON_C_ARGS', d)}] c_link_args = [${@meson_array('MESON_LINK_ARGS', d)}] cpp_args = [${@meson_array('MESON_C_ARGS', d)}] -- cgit 1.2.3-korg