Openembedded Core Discussions
 help / color / mirror / Atom feed
* [OC-core][PATCH 0/1] lsb: Change link of ${baselib} to lib64 for 64bits system
@ 2011-10-17  9:24 Xiaofeng Yan
  2011-10-17  9:24 ` [PATCH 1/1] " Xiaofeng Yan
  0 siblings, 1 reply; 5+ messages in thread
From: Xiaofeng Yan @ 2011-10-17  9:24 UTC (permalink / raw)
  To: openembedded-core

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

Hi Richard,

I modified my submitting according to your suggestion.
Change ln -sf ${baselib} lib64 to 
if [ "${baselib}" != "lib64" ]; then
	ln -sf ${baselib} lib64
fi

and correct a warning item caused by mandir. 

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@windriver.com>
---


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

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




^ permalink raw reply	[flat|nested] 5+ messages in thread
* [PATCH 0/1] lsb: Change link of ${baselib} to lib64 for 64bits system
@ 2011-10-09  7:11 Xiaofeng Yan
  2011-10-09  7:11 ` [PATCH 1/1] " Xiaofeng Yan
  0 siblings, 1 reply; 5+ messages in thread
From: Xiaofeng Yan @ 2011-10-09  7:11 UTC (permalink / raw)
  To: openembedded-core

From: Xiaofeng Yan <xiaofeng.yan@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@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(-)




^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2011-10-17 12:49 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-10-17  9:24 [OC-core][PATCH 0/1] lsb: Change link of ${baselib} to lib64 for 64bits system Xiaofeng Yan
2011-10-17  9:24 ` [PATCH 1/1] " Xiaofeng Yan
2011-10-17 12:43   ` Richard Purdie
  -- strict thread matches above, loose matches on Subject: below --
2011-10-09  7:11 [PATCH 0/1] " Xiaofeng Yan
2011-10-09  7:11 ` [PATCH 1/1] " Xiaofeng Yan
2011-10-14 11:56   ` Richard Purdie

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox