summaryrefslogtreecommitdiff
path: root/meta/recipes-extended/lsb/lsbsetup
AgeCommit message (Collapse)AuthorFiles
2012-02-03LSB_Setup.sh: Add locale resources and startup script avahi-daemonXiaofeng Yan1
The purpose of adding locale resources is to resolve bug 1954 because missing locale resources cause many failures. The purpose of adding startup script avahi-daemon is to resolve bug 1907. The detailed description is as follows: No daemon progress "avahi-daemon" when system starting up. Function "gethostbyaddr" will search file "/var/run/avahi-daemon/socket" but there is no this file which is created by avahi-daemon. [YOCTO #1907 #1954] Signed-off-by: Xiaofeng Yan <xiaofeng.yan@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-05-16lsbsetup: recreate locale fr_FRKang Kai1
Update LSB_Setup.sh to recreate locale fr_FR, which helps to pass LSB libstdc++ test. Bump PR to r3. Signed-off-by: Kang Kai <kai.kang@windriver.com>
2011-05-04LSB_Setup.sh: Add character set to lsb-imageXiaofeng Yan1
Add character set to lsb-image to solve bugs from lsb test Signed-off-by: Xiaofeng Yan <xiaofeng.yan@windriver.com>
2011-04-22lsbsetup: add some workaround for LSB testsKang Kai1
Add some workaround for LSB libstdcpp and tcl tests. Recreate locales for libstdcpp test, and resolve localhost is for tcl test [Yocto 898] Bump PR, update LICENSE information and installed file mode Signed-off-by: Kang Kai <kai.kang@windriver.com>
2011-04-06LSB_Setup.sh: Add function to install all test packagesXiaofeng Yan1
Add function to install all of lsb test suite packages instead of installing parts of test packages Signed-off-by: Xiaofeng Yan <xiaofeng.yan@windriver.com>
2011-03-04LSB_Setup.sh:Install LSB Test Suite and set lsb test environmentXiaofeng Yan1
Perfect some funtions for lsb test in yocto 1.0 Signed-off-by: Xiaofeng Yan <xiaofeng.yan@windriver.com>
2010-12-14lsbsetup: fix install processSaul Wold1
Signed-off-by: Saul Wold <sgw@linux.intel.com>