]> code.ossystems Code Review - openembedded-core.git/commit
meson.bbclass: export STRIP=${BUILD_STRIP}
authorRoss Burton <ross.burton@intel.com>
Fri, 19 Jul 2019 22:58:41 +0000 (23:58 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sat, 20 Jul 2019 11:04:24 +0000 (12:04 +0100)
commit8d1557356d2c7d94eeef2a9b61d3c9622e337a9e
tree5640948a41489412b1c00102b166c5785c73ce7e
parentb2e0b383a17a3cd450adb3d86f7f818729438375
meson.bbclass: export STRIP=${BUILD_STRIP}

In Meson the environment variables are always the native tools, so export
STRIP=${BUILD_STRIP} along with CC et al to silence this Meson warning:

WARNING: Env var STRIP seems to point to the cross compiler.
This is probably wrong, it should always point to the native compiler.

Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/classes/meson.bbclass