diff options
author | Ross Burton <ross.burton@intel.com> | 2018-06-13 12:50:45 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-06-18 11:07:57 +0100 |
commit | c76ca2c65b284a1296979bf9365a395163259012 (patch) | |
tree | 3644491072968f36597b2f5edf6efcb55f0c34bb /.templateconf | |
parent | 0de9ceeafc86726a20d1982642b6446935919c7c (diff) | |
download | poky-c76ca2c65b284a1296979bf9365a395163259012.tar.gz |
meson: only use lists of commands in cross file if required
There's a bug in Meson[1] where it find_program("foo") will fail if foo is
defined in the cross file as a list.
This is causing the Meson build of libdrm to fail, but for this instance we can
work around the problem by only using lists in the cross file if there are
arguments, and just using a string if there are not.
[1] https://github.com/mesonbuild/meson/issues/3737
(From OE-Core rev: 7fd8bc469c2caacc1c2021bd0aa83dd6da7fe1e7)
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to '.templateconf')
0 files changed, 0 insertions, 0 deletions