summaryrefslogtreecommitdiff
path: root/meta/recipes-core/eglibc/eglibc-2.12/ld-search-order.patch
Commit message (Collapse)AuthorAgeFilesLines
* eglibc: rebase a nativesdk patch to the newer codeNitin A Kamble2010-11-181-8/+8
| | | | | | | | | After the eglibc svn commit bumping, this nativesdk recipe's patch is failing. This commit rebases it to the newer code. and bump PR. Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
* eglibc-nativesdk: Add patch to change the search path of the dynamic linkerRichard Purdie2010-10-141-0/+54
Change the search path of the dynamic linker to search ld.so.cache as a last resort when trying to find libraries at runtime. This means libs in /opt/poky are used in preference but any host libs such as libGL can also be found. See the patch for a more detailed description. Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>