diff options
author | Laurentiu Palcu <laurentiu.palcu@intel.com> | 2013-02-28 13:56:26 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-03-02 12:53:38 +0000 |
commit | f2804dc9a9ba666de85b4efb1fd005fa985f4f8a (patch) | |
tree | 6af0183a49d9d6c0706dc81ca1f771c5bafd8e46 /meta/classes/python-dir.bbclass | |
parent | 4067afcda78d17058f2aa8d7f82173d181e0aae4 (diff) | |
download | openembedded-core-f2804dc9a9ba666de85b4efb1fd005fa985f4f8a.tar.gz openembedded-core-f2804dc9a9ba666de85b4efb1fd005fa985f4f8a.tar.bz2 openembedded-core-f2804dc9a9ba666de85b4efb1fd005fa985f4f8a.zip |
eglibc: fix ldd RTLDLIST
The sed expression for retrieving the previous RTLDLIST from ldd script
was also retrieving the double-quotes. Hence, we ended up with a
RTLDLIST like below and ldd would fail:
RTLDLIST=""/lib/ld-linux.so.2 /lib64/ld-linux-x86-64.so.2
/libx32/ld-linux-x32.so.2" /lib/ld-linux-x86-64.so.2"
[YOCTO #3903]
Signed-off-by: Laurentiu Palcu <laurentiu.palcu@intel.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Diffstat (limited to 'meta/classes/python-dir.bbclass')
0 files changed, 0 insertions, 0 deletions