diff options
author | Xiaofeng Yan <xiaofeng.yan@windriver.com> | 2011-10-17 17:24:34 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-10-17 13:42:03 +0100 |
commit | f2dada2079b5f98e13d4888609368ba111967a60 (patch) | |
tree | e146932dfbc6a0d60cc4a4eca2f9f9edb27673b0 /scripts | |
parent | 96a46957ea37f090c934c6ad446076111661a7c2 (diff) | |
download | openembedded-core-f2dada2079b5f98e13d4888609368ba111967a60.tar.gz openembedded-core-f2dada2079b5f98e13d4888609368ba111967a60.tar.bz2 openembedded-core-f2dada2079b5f98e13d4888609368ba111967a60.tar.xz openembedded-core-f2dada2079b5f98e13d4888609368ba111967a60.zip |
lsb: Change link of ${baselib} to lib64 for 64bits system
Correct two faults:
1 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.
2 correct mandir
Waring will appear when running task task do_populate_sysroot
NOTE: package lsb-1.4-r2: task do_populate_sysroot: Succeeded
WARNING: For recipe lsb, the following files were installed but not shipped in any package:
WARNING: /{datadir}/man/man1/lsb_release.1.gz
I changed mandir=${D}/man to mandir=${D}/${datadir}/man
Signed-off-by: Xiaofeng Yan <xiaofeng.yan@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'scripts')
0 files changed, 0 insertions, 0 deletions