Files
poky/meta/recipes-extended
Xiaofeng Yan 13cfd5a7c9 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>
2011-10-17 14:10:45 +01:00
..
2011-08-23 18:23:32 -07:00
2011-10-14 13:18:17 +01:00
2011-10-14 13:18:18 +01:00
2010-12-09 08:18:17 -08:00
2010-12-09 08:18:17 -08:00
2011-08-24 15:02:23 -07:00
2011-05-19 23:40:34 +01:00
2011-07-07 11:14:01 +01:00
2011-09-29 16:54:38 +01:00
2010-12-09 08:18:17 -08:00
2011-07-01 23:27:29 +01:00
2011-09-05 17:59:51 +01:00
2011-07-27 12:02:45 +01:00
2011-06-01 18:34:30 +01:00
2011-10-14 13:18:17 +01:00
2011-08-30 22:12:57 +01:00
2011-08-04 15:04:32 +01:00
2011-07-01 23:27:29 +01:00
2011-10-07 11:35:49 +01:00
2011-07-01 23:27:29 +01:00
2011-10-10 10:00:10 +01:00
2011-07-01 23:27:29 +01:00
2011-07-01 23:27:29 +01:00
2011-08-04 15:04:29 +01:00
2011-09-28 21:41:44 +01:00
2011-08-04 15:04:33 +01:00
2011-05-11 17:14:25 +01:00
2011-09-22 05:12:30 +01:00
2011-09-22 04:50:09 +01:00
2011-06-23 12:07:32 +01:00
2011-07-01 23:27:29 +01:00
2011-05-13 11:02:14 +01:00
2011-09-22 05:06:59 +01:00
2011-09-29 16:46:47 +01:00
2011-07-01 23:27:29 +01:00
2011-09-02 18:15:30 +01:00
2011-10-07 11:35:48 +01:00
2011-06-23 12:07:32 +01:00
2011-04-18 05:49:27 +01:00
2010-12-09 08:18:17 -08:00