]> code.ossystems Code Review - openembedded-core.git/commit
lsbsetup: drop it
authorKang Kai <kai.kang@windriver.com>
Thu, 22 Nov 2012 03:25:45 +0000 (11:25 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sat, 24 Nov 2012 15:12:05 +0000 (15:12 +0000)
commitd991393207af90fe73de76f89ac6949ef291904e
treeb7286d5a66b2bde4dce3c50a23f1b4a67b193e9a
parent9b6ca9bd8dcf7e7d3eed9f0120a4ffcac80e441f
lsbsetup: drop it

lsbsetup provides script LSB_Setup.sh to setup LSB test on image. But
script LSB_Test.sh provided by lsbtest replaces its function now. So
drop lsbsetup.

lsbsetup links /etc/localtime to HongKong zoneinfo file to make LSB
wcsftime test case pass(Yocto 1079). But the test case PASS without
this link, so remove the link.

Other 2 links are moved to packages lsb.

[Yocto 3278]

Signed-off-by: Kang Kai <kai.kang@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-extended/lsb/lsbsetup/LSB_Setup.sh [deleted file]
meta/recipes-extended/lsb/lsbsetup_1.0.bb [deleted file]