]> code.ossystems Code Review - openembedded-core.git/commit
meson.bbclass: do not pass native compiler/linker flags via command line
authorAlexander Kanavin <alex.kanavin@gmail.com>
Tue, 30 Jul 2019 15:54:26 +0000 (17:54 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 31 Jul 2019 22:03:03 +0000 (23:03 +0100)
commit6239b77c78b4b584274019130b715f21ac9defdf
tree32d978030f433adab34d9b5566235221f54bc644
parent3251ce439ea164fcf230dcede06da1a05b5c6775
meson.bbclass: do not pass native compiler/linker flags via command line

With 0.51.0 version these command line options override what is in the cross file (e.g.
the cross-flags). I could not determine what is the scenario when the native flags are
needed (this would be building a native binary in the context of cross build).
If we find such a scenario we would need to find a way to pass native flags
through some other channel.

Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/classes/meson.bbclass