]> 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>
Tue, 8 Jan 2019 20:12:03 +0000 (20:12 +0000)
commit98a76c3171f9080d6246aac0188ef05c40852adc
tree1a7114cef14deaeee95f49e000706f14e60a079b
parentd5f1211b0820d5039ecec932fda92cbe1ba9132e
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.

(From OE-Core rev: b4e36281631e0b59d1058f5cf391eb8b15e605cf)

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
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]