mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +00:00
libtest-harness-perl: fix ptests
Add required dependencies. Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
parent
007aec5e7e
commit
d762cd031d
|
|
@ -30,6 +30,7 @@ PTESTS_FAST_META_PERL = "\
|
|||
libsub-uplevel-perl \
|
||||
libterm-readkey-perl \
|
||||
libtest-deep-perl \
|
||||
libtest-harness-perl \
|
||||
libtest-nowarnings-perl \
|
||||
libtest-warn-perl \
|
||||
libtext-diff-perl \
|
||||
|
|
@ -48,7 +49,6 @@ PTESTS_PROBLEMS_META_PERL = "\
|
|||
libnet-dns-perl \
|
||||
libnet-dns-sec-perl \
|
||||
libnet-ssleay-perl \
|
||||
libtest-harness-perl \
|
||||
libunix-statgrab \
|
||||
libxml-libxml-perl \
|
||||
"
|
||||
|
|
|
|||
|
|
@ -38,6 +38,18 @@ RDEPENDS:${PN} += "\
|
|||
perl-module-benchmark \
|
||||
"
|
||||
|
||||
RDEPENDS:${PN}-ptest += "\
|
||||
perl-module-carp \
|
||||
perl-module-file-find \
|
||||
perl-module-file-glob \
|
||||
perl-module-file-spec-functions \
|
||||
perl-module-getopt-long \
|
||||
perl-module-io-select \
|
||||
perl-module-ipc-open3 \
|
||||
perl-module-lib \
|
||||
perl-module-test-more \
|
||||
perl-module-text-parsewords"
|
||||
|
||||
RPROVIDES:${PN} += "libapp-prove-perl \
|
||||
libapp-prove-state-perl \
|
||||
libapp-prove-state-result-perl \
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user