mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +00:00
libcrypt-openssl-rsa-perl: fix ptests
Add missing dependencies. Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
parent
72222a8901
commit
b18644c713
|
|
@ -11,6 +11,7 @@ PTESTS_FAST_META_PERL = "\
|
|||
libcapture-tiny-perl \
|
||||
libcrypt-openssl-guess-perl \
|
||||
libcrypt-openssl-random-perl \
|
||||
libcrypt-openssl-rsa-perl \
|
||||
libcgi-perl \
|
||||
libdigest-hmac-perl \
|
||||
liberror-perl \
|
||||
|
|
@ -31,7 +32,6 @@ PTESTS_SLOW_META_PERL = "\
|
|||
|
||||
PTESTS_PROBLEMS_META_PERL = "\
|
||||
libconfig-autoconf-perl \
|
||||
libcrypt-openssl-rsa-perl \
|
||||
libdata-hexdump-perl \
|
||||
libdbd-sqlite-perl \
|
||||
libdigest-sha1-perl \
|
||||
|
|
|
|||
|
|
@ -31,9 +31,11 @@ do_compile() {
|
|||
cpan_do_compile
|
||||
}
|
||||
|
||||
RDEPENDS:${PN}-ptest = " \
|
||||
${PN} \
|
||||
RDEPENDS:${PN}-ptest += " \
|
||||
perl-module-file-copy \
|
||||
perl-module-test \
|
||||
perl-module-test-more \
|
||||
perl-module-lib \
|
||||
libcrypt-openssl-guess-perl \
|
||||
perl-module-english \
|
||||
"
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user