mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-27 20:07:25 +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:
@@ -30,6 +30,7 @@ PTESTS_FAST_META_PERL = "\
|
|||||||
libsub-uplevel-perl \
|
libsub-uplevel-perl \
|
||||||
libterm-readkey-perl \
|
libterm-readkey-perl \
|
||||||
libtest-deep-perl \
|
libtest-deep-perl \
|
||||||
|
libtest-harness-perl \
|
||||||
libtest-nowarnings-perl \
|
libtest-nowarnings-perl \
|
||||||
libtest-warn-perl \
|
libtest-warn-perl \
|
||||||
libtext-diff-perl \
|
libtext-diff-perl \
|
||||||
@@ -48,7 +49,6 @@ PTESTS_PROBLEMS_META_PERL = "\
|
|||||||
libnet-dns-perl \
|
libnet-dns-perl \
|
||||||
libnet-dns-sec-perl \
|
libnet-dns-sec-perl \
|
||||||
libnet-ssleay-perl \
|
libnet-ssleay-perl \
|
||||||
libtest-harness-perl \
|
|
||||||
libunix-statgrab \
|
libunix-statgrab \
|
||||||
libxml-libxml-perl \
|
libxml-libxml-perl \
|
||||||
"
|
"
|
||||||
|
|||||||
@@ -38,6 +38,18 @@ RDEPENDS:${PN} += "\
|
|||||||
perl-module-benchmark \
|
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 \
|
RPROVIDES:${PN} += "libapp-prove-perl \
|
||||||
libapp-prove-state-perl \
|
libapp-prove-state-perl \
|
||||||
libapp-prove-state-result-perl \
|
libapp-prove-state-result-perl \
|
||||||
|
|||||||
Reference in New Issue
Block a user