diff options
author | Markus Lehtonen <markus.lehtonen@linux.intel.com> | 2016-02-15 17:01:49 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-02-16 09:03:28 +0000 |
commit | f78664219503cc176ca1c10a4397ca8a2883eb71 (patch) | |
tree | d9092a7db1cb48b4560d76d9ab2479476b9b3d74 /meta/classes/python-dir.bbclass | |
parent | 497f9720a7bdc97ae147f3c6e351fba29029a7dd (diff) | |
download | openembedded-core-f78664219503cc176ca1c10a4397ca8a2883eb71.tar.gz openembedded-core-f78664219503cc176ca1c10a4397ca8a2883eb71.tar.bz2 openembedded-core-f78664219503cc176ca1c10a4397ca8a2883eb71.zip |
nss: define RPATH variable for nss-native
Otherwise the nss libs do not get any RPATH/RUNPATH. Consequently, the
.so dependencies of nss libs are always searched from the base lib
directories of the host (i.e. /lib/ and /usr/lib). This causes problems
with nss-native where the .so's should be searched from the base lib
directories of the sysroot instead of the host file system.
This particular problem has probably been unnoticed as most users are
likely to have nss libraries installed on their host system. In this
case everything most likely work as expected.
[YOCTO #9041]
Signed-off-by: Markus Lehtonen <markus.lehtonen@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/classes/python-dir.bbclass')
0 files changed, 0 insertions, 0 deletions