Re: [yocto] [EDT][prelink-cross][PATCH 1/1] bugifx for soname mismatch

2015-09-11 Thread Mark Hatle
I believe the change is incorrect. The soname must match the required soname. So if I am understanding this properly: 1. Create a library (libB.so) with an SONAME of 'libB.so'. 2. Link app to libB.so 3. Create a library (libA.so) with an SONAME of 'libA.so'. 4. remove libB.so ; ln -sf libA.so

[yocto] [EDT][prelink-cross][PATCH 1/1] bugifx for soname mismatch

2015-05-17 Thread Maninder Singh
EP-F6AA0618C49C4AEDA73BFF1B39950BAB Hi, Subject: [PATCH 1/1] bugifx for soname mismatch As per my understanding, this issue needs to be fixed in loader, But if can not be fixed then there is work around for following issue. Issue case:- 1. Create a library libB.so having soname libB.so 2. At