summaryrefslogtreecommitdiff
path: root/meta/recipes-extended/lsb/lsbsetup_0.9.bb
Commit message (Collapse)AuthorAgeFilesLines
* lsbsetup: add commands install_initd and remove_initdKang Kai2011-05-041-1/+6
| | | | | | | | | Add commands install_initd and remove_initd link to chkconfig, which can handler LSB format init.d scripts. Needed by LSB commands check. Bump PR to r2 Part fixes [Yocto 520] Signed-off-by: Kang Kai <kai.kang@windriver.com>
* lsbsetup: add some workaround for LSB testsKang Kai2011-04-221-4/+4
| | | | | | | | | 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>
* lsb: fix lic_files_chksumSaul Wold2011-04-081-1/+1
| | | | | | Fixes [YOCTO #961] Signed-off-by: Saul Wold <sgw@linux.intel.com>
* lsbsetup: Fix LIC_FILE_CHKSUMSaul Wold2011-03-051-2/+1
| | | | Signed-off-by: Saul Wold <sgw@linux.intel.com>
* lsbsetup: add missing directory installSaul Wold2010-12-161-0/+1
| | | | Signed-off-by: Saul Wold <sgw@linux.intel.com>
* lsbsetup: fix install processSaul Wold2010-12-141-18/+3
| | | | Signed-off-by: Saul Wold <sgw@linux.intel.com>
* lsbsetup: Set up lsb test environment on target platformXiaofeng Yan2010-12-101-0/+32
This is a script which uses for setting up lsb test environment and install packages of lsb test suite [sgw@linux.intel.com: moved the recipe to a more logical location] Signed-off-by: Xiaofeng Yan<xiaofeng.yan@windriver.com> Signed-off-by: Saul Wold <sgw@linux.intel.com>