]> code.ossystems Code Review - openembedded-core.git/commit
meson: support multiple cross configuration files
authorRoss Burton <ross.burton@intel.com>
Thu, 21 Mar 2019 12:44:09 +0000 (12:44 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sun, 24 Mar 2019 16:59:43 +0000 (16:59 +0000)
commit3d97cddeec8635988e414e6854d850cea20bcb36
treece57ae7ed7be02582c999e7f5cc0642e5cfaed6f
parent669ddafcc9f363cbb81d4b71649241257785a840
meson: support multiple cross configuration files

For historical reasons Meson supports only a single cross configuration file but
multiple native configuration files.  Add support for multiple cross files, so
that recipes such as glib can use the toolchain cross file and extend it with a
recipe-specific cross file containing values needed to build.

Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-devtools/meson/meson.inc
meta/recipes-devtools/meson/meson/cross-libdir.patch
meta/recipes-devtools/meson/meson/many-cross.patch [new file with mode: 0644]