diff options
author | Andrew Geissler <geissonator@gmail.com> | 2020-06-11 16:01:02 -0500 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-06-15 14:53:45 +0100 |
commit | 4928ceba19d1253d5e21d9b18934c607df31ef1d (patch) | |
tree | 1d7b7175a8149341aa8359467d4fe2a0a26328ff /LICENSE | |
parent | 81ce5b6c836b2c0155d65bba92b5f90223400fe0 (diff) | |
download | poky-4928ceba19d1253d5e21d9b18934c607df31ef1d.tar.gz |
meson: backport library ordering fix
meson had a bug where they started looking for static boost libraries
first vs. the default behavior of looking at shared libraries first.
This caused issues because some projects assume the shared libraries
first which automatically add in other shared library dependencies.
Static libraries do not have the default behavior so projects that use
boost start failing to compile with undefined references to other boost
libraries.
(From OE-Core rev: 17d1d8de8c4d50d42882586244ae5eef3a111a3c)
Signed-off-by: Andrew Geissler <geissonator@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'LICENSE')
0 files changed, 0 insertions, 0 deletions