[OE-core] [PATCH 0/1] lsb: Change link of ${baselib} to lib64 for 64bits system

Xiaofeng Yan xiaofeng.yan at windriver.com
Sun Oct 9 07:11:45 UTC 2011


From: Xiaofeng Yan <xiaofeng.yan at windriver.com>

Binaries of lsb test suite need ld-linux.so* in /lib64. 
for example: 
Target$ ./lsbcmdchk 
-sh: ./lsbcmdchk: No such file or directory 
Target$ strings lsbcmdchk | grep "ld-" 
/lib64/ld-lsb-x86-64.so.3 
"lsbcmdchk" from lsb test suite is a binary program. 
A new modification to lsb_1.4.bb caused that binaries from lsb test suite can't run because binaries of lsb test suite need ld-linux.so* in /lib64. But the link is changed due to adding multilib. I changed this link again



Pull URL: git://git.pokylinux.org/poky-contrib.git
  Branch: xiaofeng/lsb64
  Browse: http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=xiaofeng/lsb64

Thanks,
    Xiaofeng Yan <xiaofeng.yan at windriver.com>
---


Xiaofeng Yan (1):
  lsb: Change link of ${baselib} to lib64 for 64bits system

 meta/recipes-extended/lsb/lsb_1.4.bb |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)





More information about the Openembedded-core mailing list