summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics
diff options
context:
space:
mode:
authorXiaofeng Yan <xiaofeng.yan@windriver.com>2011-10-17 17:24:34 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-01-30 16:38:02 +0000
commit1fa324c5332998a6ab353e05f8f0fae68f47a921 (patch)
treee4cb05f4e314b74eaf3d04f3799b28e8e822540a /meta/recipes-graphics
parent958c7f773f0a1312078eb7f8ec2697dcad344961 (diff)
downloadpoky-1fa324c5332998a6ab353e05f8f0fae68f47a921.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) (From OE-Core rev: 9961c1e73e8f8ae426d7ac8c9ba35b05669cbffe) Signed-off-by: Xiaofeng Yan <xiaofeng.yan@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics')
0 files changed, 0 insertions, 0 deletions