[oe] [PATCH] meson: set needs_exe_wrapper

Ross Burton ross.burton at intel.com
Fri Jul 21 12:31:59 UTC 2017


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 at intel.com>
---
 meta-oe/classes/meson.bbclass | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta-oe/classes/meson.bbclass b/meta-oe/classes/meson.bbclass
index 7eeff4210..a09bc240d 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)}]
-- 
2.11.0




More information about the Openembedded-devel mailing list