summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/perl/perl-tests.inc
Commit message (Collapse)AuthorAgeFilesLines
* perl: fix installed but not shipped issueKang Kai2013-01-161-0/+1
| | | | | | | | | | | | | | It shows warning when bitbake perl: WARNING: QA Issue: perl: Files/directories were installed but not shipped /usr/lib/perl/5.14.2/auto/XS/Typemap That because file Typemap.so is not install correctly. Fix it. (From OE-Core rev: d4c3cc8cff9311ff873304410e3092921dbe6ddc) Signed-off-by: Kang Kai <kai.kang@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* perl: Remove bashism from perl-tests.incOtavio Salvador2013-01-071-3/+4
| | | | | | | | | | | | | | The perl-tests.inc file where using the constructs: cp {a,b} to/ but this is not supported in every shell so we cannot use it. This patch fixes it. (From OE-Core rev: 8dd608dac1e5658197078d002dc1b3dc8ac83184) Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* perl: add sub-package perl-testsKang Kai2013-01-071-0/+34
In perl source code, run "make test" will run perl test cases. Put these cases into a seprated sub-package then we can run the perl test on target. Add following module to nonxs_ext to install extra modules that required by perl test cases: CPAN/Meta CPAN/Meta/YAML Dumpvalue Env File/CheckTree HTTP/Tiny I18N/Collate JSON/PP Perl/OSType Version/Requirements Commands to run test: cd /opt/perl-tests/t && ./TEST [Yocto 3296] (From OE-Core rev: 96fb96ddd00881947875518df832fa74faec8a45) Signed-off-by: Kang Kai <kai.kang@windriver.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>