]> code.ossystems Code Review - openembedded-core.git/commit
pseudo: remove rpath from libpseudo.so
authorEd Bartosh <ed.bartosh@linux.intel.com>
Fri, 17 Jun 2016 15:47:23 +0000 (18:47 +0300)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 17 Jun 2016 16:11:58 +0000 (17:11 +0100)
commitbe5c943e82a21d3ef2dfaaa5b41b6a2814f2fb19
tree006286101b803e48aa9361998c404ff721faf5b0
parent58c82f79efee8e68fa63b96a32f54660afb15769
pseudo: remove rpath from libpseudo.so

Setting rpath causes clash of host and sdk libc and makes
pseudo to crash with relocation error: libpthread.so.0:
    symbol __libc_vfork, version GLIBC_PRIVATE not defined
    in file libc.so.6 with link time reference

Removing rpath fixes this as it makes pseudo to use only host
pthread and libc.

[YOCTO #9761]

Signed-off-by: Ed Bartosh <ed.bartosh@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-devtools/pseudo/pseudo.inc