]> code.ossystems Code Review - openembedded-core.git/commit
meson: Disable rpath stripping at install time
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 23 Nov 2018 15:28:28 +0000 (15:28 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 23 Nov 2018 23:32:10 +0000 (23:32 +0000)
commitb4e36281631e0b59d1058f5cf391eb8b15e605cf
tree7c9f97d695be2be297d4c683c675f40d52cff4a8
parent55b0a7332c57abc27367aba46702990e3a99cbf9
meson: Disable rpath stripping at install time

As discussed in https://github.com/mesonbuild/meson/issues/2567 there
needs to be a way to allow our rpath options passed to the linker to be
preserved, else we run into weird build failures.

(e.g. libmodulemd-native used by libdnf can't find libyaml)

Disable this for now until upstream come up with a better way of handling
this.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-devtools/meson/meson.inc
meta/recipes-devtools/meson/meson/0001-Support-building-allarch-recipes-again.patch
meta/recipes-devtools/meson/meson/disable-rpath-handling.patch [new file with mode: 0644]