diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-04-15 16:00:42 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-04-15 17:30:45 +0100 |
commit | a481fe3b9883aa744be3253e2b4b27e6e46eb059 (patch) | |
tree | f29c8b7c189e6ed737edbb70b9e435bdd1b81f5a /meta-demoapps/recipes-connectivity | |
parent | 43e6fec78e36beb770fd47b0c4631d7382025d6b (diff) | |
download | openembedded-core-a481fe3b9883aa744be3253e2b4b27e6e46eb059.tar.gz openembedded-core-a481fe3b9883aa744be3253e2b4b27e6e46eb059.tar.bz2 openembedded-core-a481fe3b9883aa744be3253e2b4b27e6e46eb059.tar.xz openembedded-core-a481fe3b9883aa744be3253e2b4b27e6e46eb059.zip |
pseudo: Ensure the correct libraries are used at runtime
There can be a conflict between the nativesdk libc and the host system's
libc. It is assumed the nativesdk version is of an equal or higher version.
This is a particular issue for pseudo if its loading a system binary
since the system's libc might be used of an older verison which would
then confuse libpseudo.so when loaded as a preload.
To avoid this, set LD_LIBRARY_PATH so the nativesdk libc is always
used.
Since we now use --without-rpath, we can remove the MAKEOPTS RPATH workaround.
[YOCTO #2299]
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta-demoapps/recipes-connectivity')
0 files changed, 0 insertions, 0 deletions