[oe-commits] [meta-openembedded] 02/101: meson: set needs_exe_wrapper

git at git.openembedded.org git at git.openembedded.org
Sun Aug 13 11:19:38 UTC 2017


This is an automated email from the git hooks/post-receive script.

martin_jansa pushed a commit to branch master
in repository meta-openembedded.

commit 8e2393a92b3461de5bfb552aabb2eaca108d3659
Author: Ross Burton <ross.burton at intel.com>
AuthorDate: Fri Jul 21 13:31:59 2017 +0100

    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 at intel.com>
    Signed-off-by: Martin Jansa <Martin.Jansa at gmail.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 7eeff42..a09bc24 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)}]

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list