]> code.ossystems Code Review - openembedded-core.git/commit
meson: backport library ordering fix
authorAndrew Geissler <geissonator@gmail.com>
Thu, 11 Jun 2020 21:01:02 +0000 (16:01 -0500)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 12 Jun 2020 17:12:46 +0000 (18:12 +0100)
commit17d1d8de8c4d50d42882586244ae5eef3a111a3c
treed4a76822857047d1f6355e61c33df1d98bd45a52
parent4c1e74bdf4922519d168434afd69c9bebcb9bd82
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.

Signed-off-by: Andrew Geissler <geissonator@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-devtools/meson/meson.inc
meta/recipes-devtools/meson/meson/0001-boost-Always-sort-shared-before-static-fixes-7171.patch [new file with mode: 0644]