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 14:10:45 +0100 |
commit | 13cfd5a7c9989e299c1df6e942a943548f694109 (patch) | |
tree | 830d28faa60706d7e46bf818aba9cafbe3fb42ac /meta/recipes-connectivity/bind/bind_9.8.1.bb | |
parent | 601077f7bd42ffabe7d89233e1f6a8679e7baeca (diff) | |
download | poky-13cfd5a7c9989e299c1df6e942a943548f694109.tar.gz |
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
(From OE-Core rev: f2dada2079b5f98e13d4888609368ba111967a60)
Signed-off-by: Xiaofeng Yan <xiaofeng.yan@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-connectivity/bind/bind_9.8.1.bb')
0 files changed, 0 insertions, 0 deletions