aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@intel.com>2017-07-21 13:31:59 +0100
committerMartin Jansa <Martin.Jansa@gmail.com>2017-08-13 13:16:18 +0200
commit8e2393a92b3461de5bfb552aabb2eaca108d3659 (patch)
tree433f57c91d4fba82d959b8883bf41aa4fdd06dd4
parent68b2dec5d43904c5e76fb54740b1ed84007335bd (diff)
downloadmeta-openembedded-contrib-8e2393a92b3461de5bfb552aabb2eaca108d3659.tar.gz
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 <ross.burton@intel.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
-rw-r--r--meta-oe/classes/meson.bbclass1
1 files changed, 1 insertions, 0 deletions
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)}]