[OE-core] [PATCH] eglibc: don't list the same path twice in RTLDLIST

2013-01-30 Thread Bogdan Marinescu
Before modifying RTLDLIST in ldd, make sure that it doesn't already contain the right path, thus avoiding duplicate entries in RTLDLIST. [YOCTO #2655] Signed-off-by: Bogdan Marinescu bogdan.a.marine...@intel.com --- meta/recipes-core/eglibc/eglibc_2.17.bb |9 ++--- 1 file changed, 6

Re: [OE-core] [PATCH] eglibc: don't list the same path twice in RTLDLIST

2013-01-30 Thread Khem Raj
Looks ok to me. On Wed, Jan 30, 2013 at 8:26 AM, Bogdan Marinescu bogdan.a.marine...@intel.com wrote: Before modifying RTLDLIST in ldd, make sure that it doesn't already contain the right path, thus avoiding duplicate entries in RTLDLIST. [YOCTO #2655] Signed-off-by: Bogdan Marinescu